Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyaddr.c63 static void next_lookup(struct addr_query *aquery);
106 next_lookup(aquery); in ares_gethostbyaddr()
109 static void next_lookup(struct addr_query *aquery) in next_lookup() function
170 next_lookup(aquery); in addr_callback()
Dares_gethostbyname.c70 static void next_lookup(struct host_query *hquery, int status_code);
129 next_lookup(hquery, ARES_ECONNREFUSED /* initial error code */); in ares_gethostbyname()
132 static void next_lookup(struct host_query *hquery, int status_code) in next_lookup() function
224 next_lookup(hquery, status); in host_callback()
DCHANGES598 - Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhat