Searched refs:currPenaltyTime (Results 1 – 1 of 1) sorted by relevance
7897 mDNSs32 bestPenaltyTime, currPenaltyTime; in GetBestServer() local7914 currPenaltyTime = PenaltyTimeForServer(m, curr); in GetBestServer()7917 &curr->addr, curr->domain.c, curr->penaltyTime, currPenaltyTime); in GetBestServer()7956 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime)) in GetBestServer()7957 … currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime; } in GetBestServer()