Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dasyn-ares.c504 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results() local
506 while(temp_ai_tail->ai_next) in compound_results()
507 temp_ai_tail = temp_ai_tail->ai_next; in compound_results()
509 temp_ai_tail->ai_next = ai; in compound_results()