Lines Matching full:again
485 int again, noerr; in getaddrinfo_sometime_complete() local
514 again = noerr || should_retry_dns( in getaddrinfo_sometime_complete()
519 if (gai_req->retry > 0 && again) { in getaddrinfo_sometime_complete()
814 int again; in getnameinfo_sometime_complete() local
836 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno); in getnameinfo_sometime_complete()
845 if (gni_req->retry > 0 && again) { in getnameinfo_sometime_complete()
1094 int again; in should_retry_dns() local
1103 again = 0; in should_retry_dns()
1108 again = 1; in should_retry_dns()
1112 again = 1; in should_retry_dns()
1120 again = !eai_again_seen; /* [Bug 1178] */ in should_retry_dns()
1130 again = 1; in should_retry_dns()
1133 TRACE(1, ("intres: EAI_SYSTEM errno %d (%s) means try again, right?\n", in should_retry_dns()
1141 gai_strerror(rescode), rescode, again ? "" : "not ")); in should_retry_dns()
1143 return again; in should_retry_dns()