Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_parse_mx_reply.c45 struct ares_mx_reply **mx_out) in ares_parse_mx_reply()
52 struct ares_mx_reply *mx_head = NULL; in ares_parse_mx_reply()
53 struct ares_mx_reply *mx_last = NULL; in ares_parse_mx_reply()
54 struct ares_mx_reply *mx_curr; in ares_parse_mx_reply()
Dares_data.h65 struct ares_mx_reply mx_reply;
Dares.h518 struct ares_mx_reply { struct
519 struct ares_mx_reply *next; argument
598 struct ares_mx_reply** mx_out);
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-mx.cc18 struct ares_mx_reply* mx = nullptr; in TEST_F()
24 struct ares_mx_reply* mx2 = mx->next; in TEST_F()
59 struct ares_mx_reply* mx = nullptr; in TEST_F()
71 struct ares_mx_reply* mx = nullptr; in TEST_F()
131 struct ares_mx_reply* mx = nullptr; in TEST_F()
Dares-test-fuzz.c34 struct ares_mx_reply* mx = NULL; in LLVMFuzzerTestOneInput()