Lines Matching refs:temp_ai
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares member
271 if(res->temp_ai) { in destroy_async_data()
272 Curl_freeaddrinfo(res->temp_ai); in destroy_async_data()
273 res->temp_ai = NULL; in destroy_async_data()
413 (void)Curl_addrinfo_callback(data, res->last_status, res->temp_ai); in Curl_resolver_is_resolved()
416 res->temp_ai = NULL; in Curl_resolver_is_resolved()
534 if(res->temp_ai && res->temp_ai->ai_family == PF_INET6) { in compound_results()
537 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results()
552 ai_tail->ai_next = res->temp_ai; in compound_results()
553 res->temp_ai = ai; in compound_results()
740 res->temp_ai = ares2addr(result->nodes); in addrinfo_cb()