Lines Matching defs:ocount
528 unsigned int ocount, ncount, count, olength, tlength, tcount, length;
552 ocount = get_uint16(ocurrent);
554 ocurrent += (4 * ocount);
562 INSIST(ocount > 0 && ncount > 0);
564 if (maxrrperset > 0 && ocount + ncount > maxrrperset) {
580 for (count = 0; count < ocount; count++) {
595 tcount = ocount;
624 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount))
670 offsettable = isc_mem_cget(mctx, (ocount + oncount),
678 INSIST(ocount != 0);
681 INSIST(oorder < ocount);
703 while (oadded < ocount || nadded < ncount) {
705 if (oadded == ocount) {
730 if (oadded < ocount) {
734 INSIST(oorder < ocount);
741 offsettable[ocount + norder] = tcurrent - offsetbase;
773 fillin_offsets(offsetbase, offsettable, ocount + oncount);
775 isc_mem_cput(mctx, offsettable, (ocount + oncount),