Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dasyn-ares.c541 struct Curl_addrinfo *ai_tail = ai; in compound_results() local
542 while(ai_tail->ai_next) in compound_results()
543 ai_tail = ai_tail->ai_next; in compound_results()
545 ai_tail->ai_next = res->temp_ai; in compound_results()