Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyname.c73 static void end_hquery(struct host_query *hquery, int status,
168 end_hquery(hquery, status, host); in next_lookup()
175 end_hquery(hquery, status, NULL); in next_lookup()
210 end_hquery(hquery, status, host); in host_callback()
222 end_hquery(hquery, status, NULL); in host_callback()
227 static void end_hquery(struct host_query *hquery, int status, in end_hquery() function