Searched defs:count2 (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drdataslab.c1054 unsigned int count1, count2; local
1062 count2 = *current2++ * 256;
1063 count2 += *current2++;
1065 if (count1 != count2)
1070 current2 += (4 * count2);
1103 unsigned int count1, count2; local
1112 count2 = *current2++ * 256;
1113 count2 += *current2++;
1115 if (count1 != count2)
1120 current2 += (4 * count2);
[all...]
H A Dname.c540 unsigned int l1, l2, l, count1, count2, count, nlabels; local
598 count2 = *label2++;
604 INSIST(count1 <= 63 && count2 <= 63);
606 cdiff = (int)count1 - (int)count2;
610 count = count2;
797 unsigned int l1, l2, l, count1, count2, count; local
822 count2 = *label2++;
825 INSIST(count1 <= 63 && count2 <= 63);
827 if (count1 != count2)
828 return ((count1 < count2)
[all...]
H A Dzone.c2896 unsigned int count2 = 0; local
2905 count2++;
2906 if (count1 >= count2)
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c2091 unsigned int count2 = 0; local
2101 count2++;
2103 if (count1 < count2 &&

Completed in 69 milliseconds