Home
last modified time | relevance | path

Searched refs:ares_txt_reply (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-txt.cc21 struct ares_txt_reply* txt = nullptr; in TEST_F()
27 struct ares_txt_reply* txt2 = txt->next; in TEST_F()
32 struct ares_txt_reply* txt3 = txt2->next; in TEST_F()
101 struct ares_txt_reply* txt = nullptr; in TEST_F()
129 struct ares_txt_reply* txt = nullptr; in TEST_F()
160 struct ares_txt_reply* txt = nullptr; in TEST_F()
182 struct ares_txt_reply* txt = nullptr; in TEST_F()
198 struct ares_txt_reply* txt = nullptr; in TEST_F()
255 struct ares_txt_reply* txt = nullptr; in TEST_F()
Dares-test-fuzz.c38 struct ares_txt_reply* txt = NULL; in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_data.h60 struct ares_txt_reply txt_reply;
Dares.h524 struct ares_txt_reply { struct
525 struct ares_txt_reply *next; argument
602 struct ares_txt_reply** txt_out);
Dares_parse_txt_reply.c209 struct ares_txt_reply **txt_out) in ares_parse_txt_reply()