Lines Matching defs:tlength
614 unsigned int ocount, ncount, count, olength, tlength, tcount, length;
679 tlength = reservelen + 2 + olength;
695 tlength += nrdata.length + 8;
697 tlength += nrdata.length + 2;
700 tlength++;
733 tstart = isc_mem_get(mctx, tlength);
757 isc_mem_put(mctx, tstart, tlength);
868 INSIST(tcurrent == tstart + tlength);
882 unsigned int mcount, scount, rcount ,count, tlength, tcount, i;
909 tlength = reservelen + 2;
938 tlength += (unsigned int)(mcurrent - mrdatabegin);
946 tlength += (4 * tcount);
971 tstart = isc_mem_get(mctx, tlength);
981 isc_mem_put(mctx, tstart, tlength);
1042 INSIST(tcurrent == tstart + tlength);