Home
last modified time | relevance | path

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

/curl/lib/
H A Dasyn-ares.c103 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()
422 (void)Curl_addrinfo_callback(data, res->last_status, res->temp_ai); in Curl_resolver_is_resolved()
425 res->temp_ai = NULL; in Curl_resolver_is_resolved()
543 if(res->temp_ai && res->temp_ai->ai_family == PF_INET6) { in compound_results()
546 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results()
561 ai_tail->ai_next = res->temp_ai; in compound_results()
562 res->temp_ai = ai; in compound_results()
[all …]

Completed in 6 milliseconds