Home
last modified time | relevance | path

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

/third_party/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()
423 /* temp_ai ownership is moved to the connection, so we need not free-up 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()
[all...]

Completed in 2 milliseconds