Lines Matching full:labels
1492 LogInfo("GetZoneData_QuestionCallback: not chopping labels for %##s", zd->CurrentSOA->c);
1850 // Skip the first two labels to get to the transport protocol
3386 // labels are not all decimal numbers in the range 0-255, they handle that by crashing.
4130 // We need at least 3 labels (WAB prefix) + one more label to make
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);
4886 if (labels > 0)
4888 const domainname *d = SkipLeadingLabels(&p->domain, labels - 1);