Lines Matching refs:currcount
7812 int bettermatch, currcount; in GetTimeoutForMcastQuestion() local
7815 currcount = CountLabels(&curr->domain); in GetTimeoutForMcastQuestion()
7816 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in GetTimeoutForMcastQuestion()
7822 bestmatchlen = currcount; in GetTimeoutForMcastQuestion()
7836 int bettermatch, currcount; in SetValidDNSServers() local
7859 currcount = CountLabels(&curr->domain); in SetValidDNSServers()
7862 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in SetValidDNSServers()
7871 bestmatchlen = currcount; in SetValidDNSServers()
7898 int bettermatch, currcount; in GetBestServer() local
7913 currcount = CountLabels(&curr->domain); in GetBestServer()
7949 …if (nameMatch) bettermatch = BetterMatchForName(name, namecount, &curr->domain, currcount, bestmat… in GetBestServer()
7957 …{ currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime;… in GetBestServer()