Home | History | Annotate | Download | only in xz-embedded

Lines Matching refs:out_size

53 	size_t out_size;
403 copy_size = min_t(size_t, s->temp.filtered, b->out_size - b->out_pos);
449 if (s->temp.size < b->out_size - b->out_pos || s->temp.size == 0) {
478 if (b->out_pos + s->temp.size < b->out_size)
490 if (b->out_pos < b->out_size) {
494 s->out_size = b->out_size;
497 b->out_size = sizeof(s->temp.buf);
504 b->out_size = s->out_size;