Home | History | Annotate | Download | only in dns

Lines Matching defs:count2

494 	unsigned int l1, l2, l, count1, count2, count, nlabels;
552 count2 = *label2++;
558 INSIST(count1 <= 63 && count2 <= 63);
560 cdiff = (int)count1 - (int)count2;
564 count = count2;
764 unsigned int l1, l2, l, count1, count2, count;
789 count2 = *label2++;
792 INSIST(count1 <= 63 && count2 <= 63);
794 if (count1 != count2) {
795 return ((count1 < count2) ? -1 : 1);