Home
last modified time | relevance | path

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

/external/curl/lib/
Dasyn-ares.c430 Curl_addrinfo *ai_tail; in compound_results() local
433 ai_tail = ai; in compound_results()
435 while(ai_tail->ai_next) in compound_results()
436 ai_tail = ai_tail->ai_next; in compound_results()
439 ai_tail->ai_next = res->temp_ai; in compound_results()