Home
last modified time | relevance | path

Searched refs:ares_gethostbyname_file (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.inc93 ares_gethostbyname_file.3 \
149 ares_gethostbyname_file.html \
204 ares_gethostbyname_file.pdf \
Dares.h419 CARES_EXTERN int ares_gethostbyname_file(ares_channel channel,
Dares_gethostbyname.c316 int ares_gethostbyname_file(ares_channel channel, const char *name, in ares_gethostbyname_file() function
DCHANGES.0384 - Brad Spencer brought the new function ares_gethostbyname_file() which simply
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-live.cc66 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()
Dares-test-misc.cc296 ares_gethostbyname_file(channel_, "dontleak.onion", AF_INET, &h)); in TEST_F()