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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/lib/
H A Dasyn-ares.c104 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */ member in struct:ResolverResults
207 if(res->temp_ai) {
208 Curl_freeaddrinfo(res->temp_ai);
209 res->temp_ai = NULL;
333 (void)Curl_addrinfo_callback(conn, res->last_status, res->temp_ai);
334 /* temp_ai ownership is moved to the connection, so we need not free-up
336 res->temp_ai = NULL;
472 ai_tail->ai_next = res->temp_ai;
473 res->temp_ai = ai;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dasyn-ares.c104 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */ member in struct:ResolverResults
207 if(res->temp_ai) {
208 Curl_freeaddrinfo(res->temp_ai);
209 res->temp_ai = NULL;
333 (void)Curl_addrinfo_callback(conn, res->last_status, res->temp_ai);
334 /* temp_ai ownership is moved to the connection, so we need not free-up
336 res->temp_ai = NULL;
472 ai_tail->ai_next = res->temp_ai;
473 res->temp_ai = ai;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dasyn-ares.c104 Curl_addrinfo *temp_ai; /* intermediary result while fetching c-ares parts */ member in struct:ResolverResults
207 if(res->temp_ai) {
208 Curl_freeaddrinfo(res->temp_ai);
209 res->temp_ai = NULL;
333 (void)Curl_addrinfo_callback(conn, res->last_status, res->temp_ai);
334 /* temp_ai ownership is moved to the connection, so we need not free-up
336 res->temp_ai = NULL;
472 ai_tail->ai_next = res->temp_ai;
473 res->temp_ai = ai;

Completed in 205 milliseconds