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.c537 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results() local
539 while(temp_ai_tail->ai_next) in compound_results()
540 temp_ai_tail = temp_ai_tail->ai_next; in compound_results()
542 temp_ai_tail->ai_next = ai; in compound_results()

Completed in 8 milliseconds