Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:CountLabels

1423 			const int srvcount = CountLabels(rr->resrec.name);
1430 int x, hostcount = CountLabels(&hi->fqdn);
3800 c1 = CountLabels(newRR->resrec.name);
3801 c2 = CountLabels(&zoneData->ZoneName);
4132 if (CountLabels(qname) < 4) { debugf("WABQuestion: question %##s, not enough labels", qname->c); return mDNSfalse; }
4145 // CountLabels already verified the number of labels
4885 int labels = CountLabels(&p->domain);