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
553 end_hquery(hquery, ARES_SUCCESS); in next_lookup()
561 end_hquery(hquery, status); in next_lookup()
588 end_hquery(hquery, ARES_SUCCESS); in host_callback()
592 end_hquery(hquery, addinfostatus); in host_callback()
598 end_hquery(hquery, ARES_SUCCESS); in host_callback()
612 end_hquery(hquery, status); in host_callback()
616 end_hquery(hquery, status); in host_callback()
/third_party/node/deps/cares/
DCHANGES1478 it would result in an invalid read and double-free due to calling end_hquery() twice.
3861 the follow-on end_hquery() invocation).