Searched refs:ares_query (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | ares_search.c | 75 ares_query(channel, s, dnsclass, type, callback, arg); in ares_search() 122 ares_query(channel, name, dnsclass, type, search_callback, squery); in ares_search() 132 ares_query(channel, s, dnsclass, type, search_callback, squery); in ares_search() 185 ares_query(channel, s, squery->dnsclass, squery->type, in search_callback() 194 ares_query(channel, squery->name, squery->dnsclass, squery->type, in search_callback()
|
D | Makefile.inc | 38 ares_query.c \ 115 ares_query.3 \ 170 ares_query.html \ 225 ares_query.pdf \
|
D | ares_query.c | 111 void ares_query(ares_channel channel, const char *name, int dnsclass, in ares_query() function
|
D | adig.c | 360 ares_query(channel, *argv, dnsclass, type, callback, (char *) NULL); in main() 364 ares_query(channel, *argv, dnsclass, type, callback, *argv); in main()
|
D | ares_gethostbyaddr.c | 116 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, in next_lookup()
|
D | ares.h | 399 CARES_EXTERN void ares_query(ares_channel channel,
|
D | CHANGES.0 | 659 1. In ares_query.c , in find_query_by_id we compare q->qid (which is a short 682 buffer_ptr[counter] ^= state[xorIndex]; (ares_query.c:62)
|
/external/grpc-grpc/third_party/cares/ |
D | cares.BUILD | 104 "ares_query.c",
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/ |
D | cares.BUILD | 161 "ares_query.c",
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 457 ares_query(*channel, service_name, ns_c_in, ns_t_srv, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/vc/cares/ |
D | vc6cares.dsp | 293 SOURCE=..\..\ares_query.c
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 914 ares_query(r->ev_driver->channel, service_name.c_str(), ns_c_in, ns_t_srv, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked()
|
/external/grpc-grpc/ |
D | grpc.gemspec | 1289 s.files += %w( third_party/cares/cares/ares_query.c )
|
/external/rust/crates/grpcio-sys/grpc/ |
D | grpc.gemspec | 2028 s.files += %w( third_party/cares/cares/ares_query.c )
|