Searched defs:bettermatch (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c7812 int bettermatch, currcount; local
7816 bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchlen);
7817 // Take the first best match. If there are multiple equally good matches (bettermatch = 0), we take
7819 if (bettermatch == 1)
7836 int bettermatch, currcount; local
7862 bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchlen);
7864 // If we found a better match (bettermatch == 1) then clear all the bits
7868 if ((bettermatch == 1) || (bettermatch == 0))
7872 if (bettermatch) { debug
7898 int bettermatch, currcount; local
[all...]

Completed in 70 milliseconds