Home
last modified time | relevance | path

Searched refs:temp_ai (Results 1 – 1 of 1) sorted by relevance

/third_party/curl/lib/
Dasyn-ares.c103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares member
255 if(res->temp_ai) { in destroy_async_data()
256 Curl_freeaddrinfo(res->temp_ai); in destroy_async_data()
257 res->temp_ai = NULL; in destroy_async_data()
406 (void)Curl_addrinfo_callback(data, res->last_status, res->temp_ai); in Curl_resolver_is_resolved()
409 res->temp_ai = NULL; in Curl_resolver_is_resolved()
527 if(res->temp_ai && res->temp_ai->ai_family == PF_INET6) { in compound_results()
530 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results()
545 ai_tail->ai_next = res->temp_ai; in compound_results()
546 res->temp_ai = ai; in compound_results()
[all …]