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

/bind-9.11.3/lib/dns/
H A Drdataslab.c614 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local
638 ocount = *ocurrent++ * 256;
639 ocount += *ocurrent++;
641 ocurrent += (4 * ocount);
650 INSIST(ocount > 0 && ncount > 0);
664 for (count = 0; count < ocount; count++) {
680 tcount = ocount;
710 (tcount != ncount + ocount))
755 (ocount + oncount) * sizeof(unsigned int));
760 memset(offsettable, 0, (ocount
[all...]

Completed in 13 milliseconds