Home
last modified time | relevance | path

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

/third_party/node/deps/cares/src/lib/
Dares_getaddrinfo.c374 static void end_hquery(struct host_query *hquery, int status) in end_hquery() function
515 end_hquery(hquery, ARES_SUCCESS); in next_lookup()
523 end_hquery(hquery, status); in next_lookup()
546 end_hquery(hquery, addinfostatus); in host_callback()
551 end_hquery(hquery, ARES_SUCCESS); in host_callback()
565 end_hquery(hquery, status); in host_callback()
569 end_hquery(hquery, status); in host_callback()
/third_party/node/deps/cares/
DCHANGES808 it would result in an invalid read and double-free due to calling end_hquery() twice.
3191 the follow-on end_hquery() invocation).