Lines Matching refs:labels
217 unsigned char labels; member
585 int labels = 0, depth = 0, i, initial = 0; in enum_reply() local
609 while (replyDomain && *replyDomain && labels < MAX_LABELS) in enum_reply()
611 label[labels++] = replyDomain; in enum_reply()
616 …if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <=… in enum_reply()
617 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2; in enum_reply()
619 labels -= initial; in enum_reply()
624 GetNextLabel(label[labels+i], text); in enum_reply()
631 for (depth=0; depth<labels; depth++) in enum_reply()
635 GetNextLabel(label[labels-1-depth], text); in enum_reply()
643 static int CopyLabels(char *dst, const char *lim, const char **srcp, int labels) in CopyLabels() argument
646 while (*src != '.' || --labels > 0) in CopyLabels()
1040 … DNSTypeName(swap16(rrsig->typeCovered)), rrsig->alg, rrsig->labels, swap32(rrsig->origTTL), in ParseDNSSECRecords()