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

/bind-9.11.3/lib/dns/
H A Drbtdb.c9764 unsigned int total_count; local
9774 total_count = raw[0] * 256 + raw[1];
9775 INSIST(total_count > current_count);
9776 count = total_count - current_count - 1;
9907 unsigned int total_count, count; local
9921 total_count = raw[0] * 256 + raw[1];
9922 INSIST(total_count > current_count);
9923 count = total_count - current_count - 1; /* should be private data */
9966 acarray = isc_mem_get(rbtdb->common.mctx, total_count *
9974 for (i = 0; i < total_count;
10038 unsigned int total_count, count; local
[all...]

Completed in 44 milliseconds