Searched refs:end_hquery (Results 1 – 2 of 2) sorted by relevance
374 static void end_hquery(struct host_query *hquery, int status) in end_hquery() function553 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()
1478 it would result in an invalid read and double-free due to calling end_hquery() twice.3861 the follow-on end_hquery() invocation).