Searched refs:temp_ai (Results 1 – 1 of 1) sorted by relevance
92 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */ member194 if(res->temp_ai) { in destroy_async_data()195 Curl_freeaddrinfo(res->temp_ai); in destroy_async_data()196 res->temp_ai = NULL; in destroy_async_data()322 (void)Curl_addrinfo_callback(conn, res->last_status, res->temp_ai); in Curl_resolver_is_resolved()325 res->temp_ai = NULL; in Curl_resolver_is_resolved()439 ai_tail->ai_next = res->temp_ai; in compound_results()440 res->temp_ai = ai; in compound_results()