Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_gethostbyaddr.c50 static void next_lookup(struct addr_query *aquery);
93 next_lookup(aquery); in ares_gethostbyaddr()
96 static void next_lookup(struct addr_query *aquery) in next_lookup() function
157 next_lookup(aquery); in addr_callback()
Dares_getaddrinfo.c492 static void next_lookup(struct host_query *hquery, int status) in next_lookup() function
508 next_lookup(hquery, status); in next_lookup()
519 next_lookup(hquery, status); in next_lookup()
558 next_lookup(hquery, hquery->nodata_cnt?ARES_ENODATA:status); in host_callback()
698 next_lookup(hquery, ARES_ECONNREFUSED /* initial error code */); in ares_getaddrinfo()