HomeSort by: relevance | last modified time | path
    Searched defs:UV_VERSION (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
uv.h 24 #define UV_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uv-compat.h 26 #define UV_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | (patch))
49 #if UV_VERSION_HEX < UV_VERSION(1, 19, 0)
69 #endif /* UV_VERSION_HEX < UV_VERSION(1, 19, 0) */
71 #if UV_VERSION_HEX < UV_VERSION(1, 32, 0)
76 #if UV_VERSION_HEX < UV_VERSION(1, 34, 0)
78 #endif /* UV_VERSION_HEX < UV_VERSION(1, 34, 0) */
80 #if UV_VERSION_HEX < UV_VERSION(1, 27, 0)
90 #else /* UV_VERSION_HEX < UV_VERSION(1, 27, 0) */
92 #endif /* UV_VERSION_HEX < UV_VERSION(1, 27, 0) */
94 #if UV_VERSION_HEX < UV_VERSION(1, 12, 0
    [all...]

Completed in 27 milliseconds