Lines Matching refs:CountLabels
1799 int skip = CountLabels(name) - 6; in GetIPv4FromName()
1818 int skip = CountLabels(name) - 34; in GetIPv6FromName()
1842 int skip = CountLabels(name) - 2; in ReverseMapDomainType()
7130 int qcount = CountLabels(&q.qname); in mDNSCoreReceiveResponse()
7131 int scount = CountLabels(m->rec.r.resrec.name); in mDNSCoreReceiveResponse()
7810 int bestmatchlen = -1, namecount = CountLabels(&question->qname); in GetTimeoutForMcastQuestion()
7815 currcount = CountLabels(&curr->domain); in GetTimeoutForMcastQuestion()
7834 int bestmatchlen = -1, namecount = CountLabels(&question->qname); in SetValidDNSServers()
7859 currcount = CountLabels(&curr->domain); in SetValidDNSServers()
7895 int bestmatchlen = -1, namecount = name ? CountLabels(name) : 0; in GetBestServer()
7913 currcount = CountLabels(&curr->domain); in GetBestServer()