Lines Matching defs:temp_ai
103 struct Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares
271 if(res->temp_ai) {
272 Curl_freeaddrinfo(res->temp_ai);
273 res->temp_ai = NULL;
422 (void)Curl_addrinfo_callback(data, res->last_status, res->temp_ai);
423 /* temp_ai ownership is moved to the connection, so we need not free-up
425 res->temp_ai = NULL;
543 if(res->temp_ai && res->temp_ai->ai_family == PF_INET6) {
546 struct Curl_addrinfo *temp_ai_tail = res->temp_ai;
561 ai_tail->ai_next = res->temp_ai;
562 res->temp_ai = ai;
749 res->temp_ai = ares2addr(result->nodes);