Home
last modified time | relevance | path

Searched defs:UV_VERSION (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Duv-compat.h
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Duv-compat.h26 #define UV_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | (patch)) macro