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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c8288 unsigned int current_count = rdataset->privateuint4; local
8303 INSIST(total_count > current_count);
8304 count = total_count - current_count - 1;
8433 unsigned int current_count = rdataset->privateuint4; local
8450 INSIST(total_count > current_count);
8451 count = total_count - current_count - 1; /* should be private data */
8563 unsigned int current_count = rdataset->privateuint4; local
8580 INSIST(total_count > current_count);
8581 count = total_count - current_count - 1;

Completed in 28 milliseconds