Home
last modified time | relevance | path

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

/curl/lib/
H A Dasyn-ares.c546 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results() local
548 while(temp_ai_tail->ai_next) in compound_results()
549 temp_ai_tail = temp_ai_tail->ai_next; in compound_results()
551 temp_ai_tail->ai_next = ai; in compound_results()

Completed in 5 milliseconds