Home
last modified time | relevance | path

Searched refs:ares_srv_reply (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-srv.cc18 struct ares_srv_reply* srv = nullptr; in TEST_F()
27 struct ares_srv_reply* srv2 = srv->next; in TEST_F()
52 struct ares_srv_reply* srv = nullptr; in TEST_F()
91 struct ares_srv_reply* srv = nullptr; in TEST_F()
114 struct ares_srv_reply* srv0 = nullptr; in TEST_F()
117 struct ares_srv_reply* srv = srv0; in TEST_F()
157 struct ares_srv_reply* srv = nullptr; in TEST_F()
189 struct ares_srv_reply* srv0 = nullptr; in TEST_F()
192 struct ares_srv_reply* srv = srv0; in TEST_F()
223 struct ares_srv_reply* srv = nullptr; in TEST_F()
[all …]
Dares-test-fuzz.c30 struct ares_srv_reply* srv = NULL; in LLVMFuzzerTestOneInput()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_parse_srv_reply.c50 struct ares_srv_reply **srv_out) in ares_parse_srv_reply()
57 struct ares_srv_reply *srv_head = NULL; in ares_parse_srv_reply()
58 struct ares_srv_reply *srv_last = NULL; in ares_parse_srv_reply()
59 struct ares_srv_reply *srv_curr; in ares_parse_srv_reply()
Dares_data.h62 struct ares_srv_reply srv_reply;
Dares.h510 struct ares_srv_reply { struct
511 struct ares_srv_reply *next; argument
594 struct ares_srv_reply** srv_out);
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc263 struct ares_srv_reply* reply; in on_srv_query_done_locked()
268 for (struct ares_srv_reply* srv_it = reply; srv_it != nullptr; in on_srv_query_done_locked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc742 struct ares_srv_reply* reply; in on_srv_query_done_locked()
747 for (struct ares_srv_reply* srv_it = reply; srv_it != nullptr; in on_srv_query_done_locked()