Home | History | Annotate | Download | only in xz

Lines Matching defs:out

51 	uint8_t *out;
404 memcpy(b->out + b->out_pos, s->temp.buf, copy_size);
451 memcpy(b->out + b->out_pos, s->temp.buf, s->temp.size);
459 bcj_apply(s, b->out, &out_start, b->out_pos);
471 memcpy(s->temp.buf, b->out + b->out_pos, s->temp.size);
491 /* Make b->out{,_pos,_size} temporarily point to s->temp. */
492 s->out = b->out;
495 b->out = s->temp.buf;
502 b->out = s->out;