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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-ares.c98 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */ member in struct:ResolverResults
201 if(res->temp_ai) {
202 Curl_freeaddrinfo(res->temp_ai);
203 res->temp_ai = NULL;
327 (void)Curl_addrinfo_callback(conn, res->last_status, res->temp_ai);
328 /* temp_ai ownership is moved to the connection, so we need not free-up
330 res->temp_ai = NULL;
466 ai_tail->ai_next = res->temp_ai;
467 res->temp_ai = ai;

Completed in 47 milliseconds