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

/bind-9.11.3/lib/dns/
H A Drdataslab.c622 unsigned int oncount; local
653 oncount = ncount;
755 (ocount + oncount) * sizeof(unsigned int));
760 memset(offsettable, 0, (ocount + oncount) * sizeof(unsigned int));
776 ncurrent += (4 * oncount);
785 INSIST(norder < oncount);
850 INSIST(norder < oncount);
862 fillin_offsets(offsetbase, offsettable, ocount + oncount);
865 (ocount + oncount) * sizeof(unsigned int));

Completed in 25 milliseconds