Searched refs:currindex (Results 1 – 1 of 1) sorted by relevance
7900 int currindex = -1; in GetBestServer() local7957 …{ currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime;… in GetBestServer()7961 if (selected) *selected = currindex; in GetBestServer()7999 int currindex; in GetServerForQuestion() local8008 curmatch = GetBestServer(m, name, InterfaceID, question->validDNSServers, &currindex, mDNSfalse); in GetServerForQuestion()8009 if (currindex != -1) bit_clr_opaque64(question->validDNSServers, currindex); in GetServerForQuestion()