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

/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c8292 unsigned int total_count; local
8302 total_count = raw[0] * 256 + raw[1];
8303 INSIST(total_count > current_count);
8304 count = total_count - current_count - 1;
8435 unsigned int total_count, count; local
8449 total_count = raw[0] * 256 + raw[1];
8450 INSIST(total_count > current_count);
8451 count = total_count - current_count - 1; /* should be private data */
8494 acarray = isc_mem_get(rbtdb->common.mctx, total_count *
8502 for (i = 0; i < total_count;
8566 unsigned int total_count, count; local
[all...]

Completed in 231 milliseconds