Searched refs:temp_ai_tail (Results 1 – 1 of 1) sorted by relevance
537 struct Curl_addrinfo *temp_ai_tail = res->temp_ai; in compound_results() local539 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 5 milliseconds