Home
last modified time | relevance | path

Searched refs:host_query (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_getaddrinfo.c60 struct host_query struct
112 static int as_is_first(const struct host_query *hquery);
113 static int as_is_only(const struct host_query* hquery);
114 static int next_dns_lookup(struct host_query *hquery);
374 static void end_hquery(struct host_query *hquery, int status) in end_hquery()
407 static int file_lookup(struct host_query *hquery) in file_lookup()
492 static void next_lookup(struct host_query *hquery, int status) in next_lookup()
531 struct host_query *hquery = (struct host_query*)arg; in host_callback()
581 struct host_query *hquery; in ares_getaddrinfo()
665 hquery = ares_malloc(sizeof(struct host_query)); in ares_getaddrinfo()
[all …]
Dares_gethostbyname.c50 struct host_query { struct
60 struct host_query *ghbn_arg = arg; in ares_gethostbyname_callback() argument
97 struct host_query *ghbn_arg; in ares_gethostbyname()
/third_party/cares/
Dares_getaddrinfo.c66 struct host_query struct
116 static int as_is_first(const struct host_query *hquery);
117 static int next_dns_lookup(struct host_query *hquery);
393 static void end_hquery(struct host_query *hquery, int status) in end_hquery()
432 static int file_lookup(struct host_query *hquery) in file_lookup()
507 static void next_lookup(struct host_query *hquery, int status) in next_lookup()
539 struct host_query *hquery = (struct host_query*)arg; in host_callback()
584 struct host_query *hquery; in ares_getaddrinfo()
651 hquery = ares_malloc(sizeof(struct host_query)); in ares_getaddrinfo()
684 static int next_dns_lookup(struct host_query *hquery) in next_dns_lookup()
[all …]
Dares_gethostbyname.c52 struct host_query { struct
64 static void next_lookup(struct host_query *hquery, int status_code); argument
67 static void end_hquery(struct host_query *hquery, int status,
84 struct host_query *hquery; in ares_gethostbyname()
109 hquery = ares_malloc(sizeof(struct host_query)); in ares_gethostbyname()
133 static void next_lookup(struct host_query *hquery, int status_code) in next_lookup()
182 struct host_query *hquery = (struct host_query *) arg; in host_callback()
238 static void end_hquery(struct host_query *hquery, int status, in end_hquery()