Searched refs:DNSTxtRR (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-parse-txt.cc | 17 .add_answer(new DNSTxtRR("example.com", 100, {expected1})) in TEST_F() 18 .add_answer(new DNSTxtRR("example.com", 100, {expected2a, expected2b})); in TEST_F() 48 .add_answer(new DNSTxtRR("example.com", 100, {expected1})) in TEST_F() 49 .add_answer(new DNSTxtRR("example.com", 100, {expected2a, expected2b})); in TEST_F() 194 .add_answer(new DNSTxtRR("example.com", 100, {expected1})) in TEST_F() 195 .add_answer(new DNSTxtRR("example.com", 100, {expected1})) in TEST_F() 196 .add_answer(new DNSTxtRR("example.com", 100, {expected2a, expected2b})); in TEST_F() 233 pkt.add_answer(new DNSTxtRR("example.com", 100, {expected1})); in TEST_F() 251 .add_answer(new DNSTxtRR("c.example.com", 100, {expected1})) in TEST_F() 252 .add_answer(new DNSTxtRR("c.example.com", 100, {expected1})) in TEST_F() [all …]
|
D | dns-proto.h | 113 struct DNSTxtRR : public DNSRR { struct 114 DNSTxtRR(const std::string& name, int ttl, const std::vector<std::string>& txt) in DNSTxtRR() function
|
D | ares-test-parse-a.cc | 236 .add_additional(new DNSTxtRR("query.example.com", 60, {"text record"})); in TEST_F()
|
D | dns-proto.cc | 500 std::vector<byte> DNSTxtRR::data() const { in data()
|