Searched refs:ai_tail (Results 1 – 1 of 1) sorted by relevance
430 Curl_addrinfo *ai_tail; in compound_results() local433 ai_tail = ai; in compound_results()435 while(ai_tail->ai_next) in compound_results()436 ai_tail = ai_tail->ai_next; in compound_results()439 ai_tail->ai_next = res->temp_ai; in compound_results()