Lines Matching refs:labels
223 unsigned char labels; member
539 int labels = 0, depth = 0, i, initial = 0; in enum_reply() local
563 while (replyDomain && *replyDomain && labels < MAX_LABELS) in enum_reply()
565 label[labels++] = replyDomain; in enum_reply()
570 …if (labels >= 3 && replyDomain - label[labels-1] <= 3 && label[labels-1] - label[labels-2] <=… in enum_reply()
571 else if (labels >= 2 && replyDomain - label[labels-1] <= 4) initial = 2; in enum_reply()
573 labels -= initial; in enum_reply()
578 GetNextLabel(label[labels+i], text); in enum_reply()
585 for (depth=0; depth<labels; depth++) in enum_reply()
589 GetNextLabel(label[labels-1-depth], text); in enum_reply()
597 static int CopyLabels(char *dst, const char *lim, const char **srcp, int labels) in CopyLabels() argument
600 while (*src != '.' || --labels > 0) in CopyLabels()
976 … DNSTypeName(swap16(rrsig->typeCovered)), rrsig->alg, rrsig->labels, swap32(rrsig->origTTL), in ParseDNSSECRecords()