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

/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dntgroups.h31 unsigned int *total);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dopt_41.c98 unsigned int total; local
108 total = 0;
116 total += 4;
154 total += length;
159 if (tregion.length < total)
161 memmove(tregion.base, sregion.base, total);
162 isc_buffer_forward(source, total);
163 isc_buffer_add(target, total);
/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c144 isc_uint32_t total; /*%< entropy from this source */ member in struct:isc_entropysource
536 isc_uint32_t remain, deltae, count, total; local
554 total = 0;
627 total += deltae;
644 add_entropy(ent, total);
899 source->total = 0;
978 source->total = 0;
H A Dmem.c138 size_t total; member in struct:isc_mem
366 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
393 ctx->total += increment;
491 if (ctx->quota != 0U && ctx->total + size > ctx->quota) {
500 ctx->total += size;
577 INSIST(size <= ctx->total);
579 ctx->total -= size;
657 ctx->total += size;
764 ctx->total = 0;
2107 isc_uint64_t total; member in struct:summarystat
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dentropy.c277 source->total = 0;
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c1820 unsigned int count, total; local
1857 total = 0;
1892 total += count;
1896 msg->counts[sectionid] += total;
1907 msg->counts[sectionid] += total;
1918 msg->counts[sectionid] += total;
1965 total += count;
1982 msg->counts[sectionid] += total;
1991 msg->counts[sectionid] += total;
2018 msg->counts[sectionid] += total;
[all...]
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A DSparseMap.pm231 my $total = 0;
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c569 source->total = 0;
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1899 print_histogram(unsigned int total) { argument
1915 ratio = ((double)rttarray[i] / (double)total) * 100;

Completed in 36 milliseconds