Searched refs:next_lookup (Results 1 – 3 of 3) sorted by relevance
63 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() function170 next_lookup(aquery); in addr_callback()
70 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() function224 next_lookup(hquery, status); in host_callback()
598 - Erik Kline cleaned up ares_gethostbyaddr.c:next_lookup() somewhat