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

/bind-9.11.3/lib/dns/
H A Drdataslab.c1054 unsigned int count1, count2; local
1058 count1 = *current1++ * 256;
1059 count1 += *current1++;
1065 if (count1 != count2)
1069 current1 += (4 * count1);
1073 while (count1 > 0) {
1092 count1--;
1103 unsigned int count1, count2; local
1108 count1 = *current1++ * 256;
1109 count1
[all...]
H A Dname.c540 unsigned int l1, l2, l, count1, count2, count, nlabels; local
597 count1 = *label1++;
604 INSIST(count1 <= 63 && count2 <= 63);
606 cdiff = (int)count1 - (int)count2;
608 count = count1;
797 unsigned int l1, l2, l, count1, count2, count; local
821 count1 = *label1++;
825 INSIST(count1 <= 63 && count2 <= 63);
827 if (count1 != count2)
828 return ((count1 < count
[all...]
H A Dzone.c2886 unsigned int count1 = 0; local
2898 count1++;
2906 if (count1 >= count2)
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c2078 unsigned int count1 = 0; local
2093 count1++;
2103 if (count1 < count2 &&

Completed in 86 milliseconds