Lines Matching refs:bettermatch
7812 int bettermatch, currcount; in GetTimeoutForMcastQuestion() local
7816 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in GetTimeoutForMcastQuestion()
7819 if (bettermatch == 1) in GetTimeoutForMcastQuestion()
7836 int bettermatch, currcount; in SetValidDNSServers() local
7862 …bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchl… in SetValidDNSServers()
7868 if ((bettermatch == 1) || (bettermatch == 0)) in SetValidDNSServers()
7872 …if (bettermatch) { debugf("SetValidDNSServers: Resetting all the bits"); question->validDNSServers… in SetValidDNSServers()
7898 int bettermatch, currcount; in GetBestServer() local
7949 …if (nameMatch) bettermatch = BetterMatchForName(name, namecount, &curr->domain, currcount, bestmat… in GetBestServer()
7950 else bettermatch = 0; in GetBestServer()
7956 if ((bettermatch == 1) || ((bettermatch == 0) && currPenaltyTime < bestPenaltyTime)) in GetBestServer()