Lines Matching refs:CountLabels
2034 int skip = CountLabels(name) - 6; in GetIPv4FromName()
2053 int skip = CountLabels(name) - 34; in GetIPv6FromName()
2077 int skip = CountLabels(name) - 2; in ReverseMapDomainType()
8334 int qcount = CountLabels(&q.qname); in mDNSCoreReceiveNoUnicastAnswers()
8335 int scount = CountLabels(m->rec.r.resrec.name); in mDNSCoreReceiveNoUnicastAnswers()
8719 if (CountLabels(d) != DEVICE_INFO_RECORD_LABELS) in IsDeviceInfoRecord()
10578 int bestmatchlen = -1, namecount = CountLabels(&question->qname); in GetTimeoutForMcastQuestion()
10583 currcount = CountLabels(&curr->domain); in GetTimeoutForMcastQuestion()
10608 …if (CountLabels(qname) < 4) { debugf("DomainEnumQuery: question %##s, not enough labels", qname->c… in DomainEnumQuery()
10690 int bestmatchlen = -1, namecount = CountLabels(&question->qname); in SetValidDNSServers()
10723 currcount = CountLabels(&curr->domain); in SetValidDNSServers()
10767 int bestmatchlen = -1, namecount = name ? CountLabels(name) : 0; in GetBestServer()
10793 currcount = CountLabels(&curr->domain); in GetBestServer()