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() function515 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()
808 it would result in an invalid read and double-free due to calling end_hquery() twice.3191 the follow-on end_hquery() invocation).