Searched refs:LZMA_FINISH (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dfilter_buffer_decoder.c38 out, out_pos, out_size, LZMA_FINISH);
71 tmp, &tmp_pos, 1, LZMA_FINISH);
H A Dfilter_buffer_encoder.c38 out, out_pos, out_size, LZMA_FINISH);
H A Dstream_encoder.c111 if (action != LZMA_FINISH)
154 LZMA_FINISH,
155 LZMA_FINISH,
156 LZMA_FINISH,
337 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_buffer_decoder.c41 LZMA_FINISH);
H A Dstream_buffer_decoder.c49 LZMA_FINISH);
H A Dauto_decoder.c91 // trailing garbage and wait for LZMA_FINISH.
95 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK;
192 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_encoder.c87 assert(action == LZMA_FINISH);
220 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dalone_encoder.c159 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dfilter_decoder.c154 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dalone_decoder.c239 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dcommon.c236 case LZMA_FINISH:
264 if (action != LZMA_FINISH
H A Dstream_decoder.c338 // Unless LZMA_FINISH was used, we cannot
340 if (action != LZMA_FINISH)
464 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_buffer_encoder.c196 LZMA_FINISH);
H A Dblock_decoder.c254 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dfilter_encoder.c215 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_decoder.c302 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_encoder.c215 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dstream_encoder_mt.c265 ? LZMA_FINISH : LZMA_RUN;
573 // - all input was used and LZMA_FINISH, LZMA_FULL_FLUSH,
761 // LZMA_FINISH: Continue to encode
763 if (action == LZMA_FINISH)
1087 strm->internal->supported_actions[LZMA_FINISH] = true;
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c191 action = LZMA_FINISH;
232 assert(action == LZMA_FINISH);
/freebsd-13-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h68 * LZMA_FINISH was finished. In decoder, this indicates
244 * or LZMA_FINISH, the same `action' must is used until lzma_code() returns
298 * with LZMA_RUN or finish the Stream with LZMA_FINISH.
328 LZMA_FINISH = 3 enumerator in enum:__anon6579
334 * Call lzma_code() with LZMA_FINISH until it returns
335 * LZMA_STREAM_END. Once LZMA_FINISH has been used,
339 * When decoding, using LZMA_FINISH is optional unless the
342 * effect of LZMA_FINISH is that the amount of input must not
/freebsd-13-stable/usr.bin/mkuzip/
H A Dmkuz_lzma.c100 ret = lzma_code(&ulp->strm, LZMA_FINISH);
/freebsd-13-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c32 if (coder->is_encoder && action == LZMA_FINISH
45 || action == LZMA_FINISH);
/freebsd-13-stable/contrib/xz/src/xz/
H A Dcoder.c638 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN;
704 action = LZMA_FINISH;
/freebsd-13-stable/usr.bin/gzip/
H A Dunxz.c87 action = LZMA_FINISH;
/freebsd-13-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c149 if (mf->action == LZMA_FINISH)

Completed in 94 milliseconds

12