Searched refs:ares_gethostbyname_file (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | Makefile.inc | 93 ares_gethostbyname_file.3 \ 149 ares_gethostbyname_file.html \ 204 ares_gethostbyname_file.pdf \
|
D | ares.h | 419 CARES_EXTERN int ares_gethostbyname_file(ares_channel channel,
|
D | ares_gethostbyname.c | 316 int ares_gethostbyname_file(ares_channel channel, const char *name, in ares_gethostbyname_file() function
|
D | CHANGES.0 | 384 - Brad Spencer brought the new function ares_gethostbyname_file() which simply
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-live.cc | 66 ares_gethostbyname_file(nullptr, "localhost", AF_INET, &host)); in VIRT_NONVIRT_TEST_F() 68 int rc = ares_gethostbyname_file(channel_, "bogus.mcname", AF_INET, &host); in VIRT_NONVIRT_TEST_F() 72 rc = ares_gethostbyname_file(channel_, "localhost", AF_INET, &host); in VIRT_NONVIRT_TEST_F()
|
D | ares-test-misc.cc | 296 ares_gethostbyname_file(channel_, "dontleak.onion", AF_INET, &h)); in TEST_F()
|