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