Home
last modified time | relevance | path

Searched refs:LZMA_FINISH (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-head/contrib/xz/src/liblzma/common/
HDstream_encoder.c110 if (action != LZMA_FINISH) in stream_encode()
153 LZMA_FINISH, in stream_encode()
154 LZMA_FINISH, in stream_encode()
155 LZMA_FINISH, in stream_encode()
351 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_encoder()
HDfilter_buffer_decoder.c37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_decode()
70 tmp, &tmp_pos, 1, LZMA_FINISH); in lzma_raw_buffer_decode()
HDauto_decoder.c104 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK; in auto_decode()
201 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_auto_decoder()
HDblock_encoder.c89 assert(action == LZMA_FINISH); in block_encode()
221 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_encoder()
HDfilter_buffer_encoder.c37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_encode()
HDblock_buffer_decoder.c40 LZMA_FINISH); in lzma_block_buffer_decode()
HDlzip_decoder.c116 && action == LZMA_FINISH in lzip_decode()
410 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_lzip_decoder()
HDstream_buffer_decoder.c48 LZMA_FINISH); in lzma_stream_buffer_decode()
HDstream_decoder.c342 if (action != LZMA_FINISH) in stream_decode()
466 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_decoder()
HDmicrolzma_encoder.c136 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_microlzma_encoder()
HDalone_encoder.c148 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_encoder()
HDstream_decoder_mt.c1022 const bool waiting_allowed = action == LZMA_FINISH in stream_decode_mt()
1153 if (action == LZMA_FINISH && coder->fail_fast) { in stream_decode_mt()
1507 if (action == LZMA_FINISH && coder->fail_fast) { in stream_decode_mt()
1727 if (action != LZMA_FINISH) in stream_decode_mt()
2012 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_decoder_mt()
HDcommon.c242 case LZMA_FINISH: in lzma_code()
270 if (action != LZMA_FINISH in lzma_code()
HDfilter_decoder.c185 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_decoder()
HDmicrolzma_decoder.c217 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_microlzma_decoder()
HDindex_encoder.c219 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_encoder()
HDalone_decoder.c244 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_decoder()
HDstream_encoder_mt.c282 ? LZMA_FINISH : LZMA_RUN; in worker_encode()
815 if (action == LZMA_FINISH) in stream_encode_mt()
1205 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_encoder_mt()
HDblock_decoder.c283 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_decoder()
HDfilter_encoder.c257 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_encoder()
HDindex_decoder.c314 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_decoder()
/freebsd-head/contrib/xz/src/xzdec/
HDxzdec.c216 action = LZMA_FINISH; in uncompress()
266 assert(action == LZMA_FINISH); in uncompress()
/freebsd-head/contrib/xz/src/liblzma/simple/
HDsimple_coder.c31 if (coder->is_encoder && action == LZMA_FINISH in copy_or_code()
44 || action == LZMA_FINISH); in copy_or_code()
/freebsd-head/usr.bin/mkuzip/
HDmkuz_lzma.c97 ret = lzma_code(&ulp->strm, LZMA_FINISH); in mkuz_lzma_compress()
/freebsd-head/contrib/xz/src/liblzma/api/lzma/
HDbase.h362 LZMA_FINISH = 3 enumerator

12