Searched refs:currcount (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNS.c | 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() [all …]
|