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

/bind-9.11.3/lib/dns/
H A Drbtdb.c9760 unsigned int current_count = rdataset->privateuint4; local
9775 INSIST(total_count > current_count);
9776 count = total_count - current_count - 1;
9905 unsigned int current_count = rdataset->privateuint4; local
9922 INSIST(total_count > current_count);
9923 count = total_count - current_count - 1; /* should be private data */
10035 unsigned int current_count = rdataset->privateuint4; local
10052 INSIST(total_count > current_count);
10053 count = total_count - current_count - 1;

Completed in 78 milliseconds