HomeSort by: relevance | last modified time | path
    Searched refs:UV_VERSION_MAJOR (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/libuv/dist/include/uv/
version.h 29 * whenever you bump UV_VERSION_MAJOR or UV_VERSION_MINOR (but
33 #define UV_VERSION_MAJOR 1
39 #define UV_VERSION_HEX ((UV_VERSION_MAJOR << 16) | \
  /src/external/mit/libuv/dist/src/
version.c 27 #define UV_VERSION_STRING_BASE UV_STRINGIFY(UV_VERSION_MAJOR) "." \
  /src/external/mit/libuv/
mkpc 7 echo UV_VERSION_MAJOR.UV_VERSION_MINOR.UV_VERSION_PATCH) |
  /src/external/mpl/bind/dist/lib/isc/include/isc/
uv.h 34 UV_STRINGIFY(UV_VERSION_MAJOR) \
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
uv-compat.h 36 UV_STRINGIFY(UV_VERSION_MAJOR) \
  /src/external/mpl/bind/dist/bin/named/
main.c 614 printf("compiled with libuv version: %d.%d.%d\n", UV_VERSION_MAJOR,
1211 "compiled with libuv version: %d.%d.%d", UV_VERSION_MAJOR,

Completed in 18 milliseconds