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

/bind-9.11.3/lib/dns/
H A Drdataslab.c882 unsigned int mcount, scount, rcount ,count, tlength, tcount, i; local
895 mcount = *mcurrent++ * 256;
896 mcount += *mcurrent++;
900 INSIST(mcount > 0 && scount > 0);
914 mcurrent += 4 * mcount;
923 for (i = 0; i < mcount; i++) {
979 offsettable = isc_mem_get(mctx, mcount * sizeof(unsigned int));
984 memset(offsettable, 0, mcount * sizeof(unsigned int));
1001 mcount = *mcurrent++ * 256;
1002 mcount
[all...]

Completed in 53 milliseconds