Searched defs:BetterMatchForName (Results 1 - 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
H A D | mDNS.c | 7777 mDNSlocal int BetterMatchForName(const domainname *name, int namecount, const domainname *newname, int newcount, function 7816 bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchlen); 7862 bettermatch = BetterMatchForName(&question->qname, namecount, &curr->domain, currcount, bestmatchlen); 7921 // the least penalized one. BetterMatchForName walks through all best matches and 7944 // If we know that all the names are already equally good matches, then skip calling BetterMatchForName. 7949 if (nameMatch) bettermatch = BetterMatchForName(name, namecount, &curr->domain, currcount, bestmatchlen);
|
Completed in 120 milliseconds