Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyaddr.c66 static void end_aquery(struct addr_query *aquery, int status,
134 end_aquery(aquery, status, host); in next_lookup()
140 end_aquery(aquery, ARES_ENOTFOUND, NULL); in next_lookup()
165 end_aquery(aquery, status, host); in addr_callback()
168 end_aquery(aquery, status, NULL); in addr_callback()
173 static void end_aquery(struct addr_query *aquery, int status, in end_aquery() function