Home | History | Annotate | Download | only in dns

Lines Matching defs:tstart

527 	unsigned char *tstart = NULL, *tcurrent = NULL, *data = NULL;
651 tstart = isc_mem_get(mctx, tlength);
652 memmove(tstart, nslab, reservelen);
653 tcurrent = tstart + reservelen;
778 INSIST(tcurrent == tstart + tlength);
780 *tslabp = tstart;
791 unsigned char *tstart = NULL, *tcurrent = NULL;
884 tstart = isc_mem_get(mctx, tlength);
885 memmove(tstart, mslab, reservelen);
886 tcurrent = tstart + reservelen;
948 INSIST(tcurrent == tstart + tlength);
950 *tslabp = tstart;