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

/bind-9.6-ESV-R11/lib/dns/
H A Drdataslab.c1023 unsigned int count1, count2; local
1027 count1 = *current1++ * 256;
1028 count1 += *current1++;
1034 if (count1 != count2)
1038 current1 += (4 * count1);
1042 while (count1 > 0) {
1061 count1--;
1072 unsigned int count1, count2; local
1077 count1 = *current1++ * 256;
1078 count1
[all...]
H A Dname.c553 unsigned int l1, l2, l, count1, count2, count, nlabels; local
606 count1 = *label1++;
613 INSIST(count1 <= 63 && count2 <= 63);
615 cdiff = (int)count1 - (int)count2;
617 count = count1;
762 unsigned int l1, l2, l, count1, count2, count; local
786 count1 = *label1++;
790 INSIST(count1 <= 63 && count2 <= 63);
792 if (count1 != count2)
793 return ((count1 < count
[all...]

Completed in 742 milliseconds