Home
last modified time | relevance | path

Searched refs:host_query (Results 1 – 2 of 2) 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()