Home
last modified time | relevance | path

Searched refs:ARES_VERSION_STR (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dcares.rc45 VALUE "FileVersion", ARES_VERSION_STR "\0"
50 VALUE "FileVersion", ARES_VERSION_STR "\0"
55 VALUE "ProductVersion", ARES_VERSION_STR "\0"
Dares_version.c10 return ARES_VERSION_STR; in ares_version()
/third_party/grpc/cmake/modules/
DFindc-ares.cmake5 …res_INCLUDE_DIR}/ares_version.h" _cares_version_str REGEX "^#define ARES_VERSION_STR \"([^\n]*)\"$…
6 if(_cares_version_str MATCHES "#define ARES_VERSION_STR \"([^\n]*)\"")
/third_party/node/deps/cares/include/
Dares_version.h14 #define ARES_VERSION_STR "1.18.1" macro
/third_party/nghttp2/cmake/
DFindLibcares.cmake20 set(_version_regex "^#define[ \t]+ARES_VERSION_STR[ \t]+\"([^\"]+)\".*")
/third_party/node/src/
Dnode_metadata.cc72 ares = ARES_VERSION_STR; in Versions()
/third_party/node/deps/cares/src/tools/
Dahost.c216 printf("ahost, version %s \n\n", ARES_VERSION_STR); in print_help_info_ahost()
Dacountry.c646 printf("acountry, version %s \n\n", ARES_VERSION_STR); in print_help_info_acountry()
Dadig.c962 printf("adig, version %s \n\n", ARES_VERSION_STR); in print_help_info_adig()