Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dnameser.h51 ns_t_txt = 16, /* Text strings. */ enumerator
169 #define T_TXT ns_t_txt
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dnameser.h61 ns_t_txt = 16, /* Text strings. */ enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dnameser.h61 ns_t_txt = 16, /* Text strings. */ enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-txt.cc211 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()
Ddns-proto.cc101 case ns_t_txt: return "TXT"; in RRTypeToString()
316 case ns_t_txt: { in RRToString()
Ddns-proto.h115 : DNSRR(name, ns_t_txt, ttl), txt_(txt) {} in DNSTxtRR()
Dares-test-live.cc244 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/
Dgrpc_ares_wrapper.cc465 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/
Dgrpc_ares_wrapper.cc923 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()