Lines Matching defs:offsettable
141 fillin_offsets(unsigned char *offsetbase, unsigned int *offsettable,
147 if (offsettable[i] == 0) {
155 *raw++ = (offsettable[i] & 0xff000000) >> 24;
156 *raw++ = (offsettable[i] & 0xff0000) >> 16;
157 *raw++ = (offsettable[i] & 0xff00) >> 8;
158 *raw = offsettable[i] & 0xff;
163 raw = offsetbase + offsettable[i] + 2;
189 unsigned int *offsettable = NULL;
334 offsettable = isc_mem_cget(mctx, nalloc, sizeof(unsigned int));
359 offsettable[x[i].order] = rawbuf - offsetbase;
386 fillin_offsets(offsetbase, offsettable, nalloc);
387 isc_mem_cput(mctx, offsettable, nalloc, sizeof(unsigned int));
540 unsigned int *offsettable = NULL;
670 offsettable = isc_mem_cget(mctx, (ocount + oncount),
714 offsettable[oorder] = tcurrent - offsetbase;
741 offsettable[ocount + norder] = tcurrent - offsetbase;
773 fillin_offsets(offsetbase, offsettable, ocount + oncount);
775 isc_mem_cput(mctx, offsettable, (ocount + oncount),
798 unsigned int *offsettable = NULL;
891 offsettable = isc_mem_cget(mctx, mcount, sizeof(unsigned int));
935 offsettable[order] = tcurrent - offsetbase;
944 fillin_offsets(offsetbase, offsettable, mcount);
946 isc_mem_cput(mctx, offsettable, mcount, sizeof(unsigned int));