Searched refs:LZMA_FINISH (Results 1 – 25 of 37) sorted by relevance
12
| /freebsd-head/contrib/xz/src/liblzma/common/ |
| HD | stream_encoder.c | 110 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()
|
| HD | filter_buffer_decoder.c | 37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_decode() 70 tmp, &tmp_pos, 1, LZMA_FINISH); in lzma_raw_buffer_decode()
|
| HD | auto_decoder.c | 104 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK; in auto_decode() 201 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_auto_decoder()
|
| HD | block_encoder.c | 89 assert(action == LZMA_FINISH); in block_encode() 221 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_encoder()
|
| HD | filter_buffer_encoder.c | 37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_encode()
|
| HD | block_buffer_decoder.c | 40 LZMA_FINISH); in lzma_block_buffer_decode()
|
| HD | lzip_decoder.c | 116 && action == LZMA_FINISH in lzip_decode() 410 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_lzip_decoder()
|
| HD | stream_buffer_decoder.c | 48 LZMA_FINISH); in lzma_stream_buffer_decode()
|
| HD | stream_decoder.c | 342 if (action != LZMA_FINISH) in stream_decode() 466 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_decoder()
|
| HD | microlzma_encoder.c | 136 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_microlzma_encoder()
|
| HD | alone_encoder.c | 148 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_encoder()
|
| HD | stream_decoder_mt.c | 1022 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()
|
| HD | common.c | 242 case LZMA_FINISH: in lzma_code() 270 if (action != LZMA_FINISH in lzma_code()
|
| HD | filter_decoder.c | 185 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_decoder()
|
| HD | microlzma_decoder.c | 217 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_microlzma_decoder()
|
| HD | index_encoder.c | 219 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_encoder()
|
| HD | alone_decoder.c | 244 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_decoder()
|
| HD | stream_encoder_mt.c | 282 ? 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()
|
| HD | block_decoder.c | 283 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_decoder()
|
| HD | filter_encoder.c | 257 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_encoder()
|
| HD | index_decoder.c | 314 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_decoder()
|
| /freebsd-head/contrib/xz/src/xzdec/ |
| HD | xzdec.c | 216 action = LZMA_FINISH; in uncompress() 266 assert(action == LZMA_FINISH); in uncompress()
|
| /freebsd-head/contrib/xz/src/liblzma/simple/ |
| HD | simple_coder.c | 31 if (coder->is_encoder && action == LZMA_FINISH in copy_or_code() 44 || action == LZMA_FINISH); in copy_or_code()
|
| /freebsd-head/usr.bin/mkuzip/ |
| HD | mkuz_lzma.c | 97 ret = lzma_code(&ulp->strm, LZMA_FINISH); in mkuz_lzma_compress()
|
| /freebsd-head/contrib/xz/src/liblzma/api/lzma/ |
| HD | base.h | 362 LZMA_FINISH = 3 enumerator
|
12