Searched refs:ns_t_txt (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | nameser.h | 51 ns_t_txt = 16, /* Text strings. */ enumerator 169 #define T_TXT ns_t_txt
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | nameser.h | 61 ns_t_txt = 16, /* Text strings. */ enumerator
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | nameser.h | 61 ns_t_txt = 16, /* Text strings. */ enumerator
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-parse-txt.cc | 211 pkt.add_question(new DNSQuestion("Axample.com", ns_t_txt)); in TEST_F() 215 pkt.add_question(new DNSQuestion("example.com", ns_t_txt)); in TEST_F()
|
D | dns-proto.cc | 101 case ns_t_txt: return "TXT"; in RRTypeToString() 316 case ns_t_txt: { in RRToString()
|
D | dns-proto.h | 115 : DNSRR(name, ns_t_txt, ttl), txt_(txt) {} in DNSTxtRR()
|
D | ares-test-live.cc | 244 ares_search(channel_, "google.com.", ns_c_in, ns_t_txt, in VIRT_NONVIRT_TEST_F()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 465 ares_search(*channel, config_name, ns_c_in, ns_t_txt, on_txt_done_locked, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_wrapper.cc | 923 ares_search(r->ev_driver->channel, config_name.c_str(), ns_c_in, ns_t_txt, in grpc_dns_lookup_ares_continue_after_check_localhost_and_ip_literals_locked()
|