Searched refs:LZMA_FINISH (Results 1 – 25 of 29) sorted by relevance
12
| /freebsd-9-stable/contrib/xz/src/liblzma/common/ |
| D | stream_encoder.c | 110 if (action != LZMA_FINISH) in stream_encode() 153 LZMA_FINISH, in stream_encode() 154 LZMA_FINISH, in stream_encode() 328 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_encoder()
|
| D | 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()
|
| D | common.c | 162 strm->internal->supported_actions[LZMA_FINISH] = false; in lzma_strm_init() 181 || (unsigned int)(action) > LZMA_FINISH in lzma_code() 213 case LZMA_FINISH: in lzma_code() 237 if (action != LZMA_FINISH in lzma_code()
|
| D | auto_decoder.c | 93 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK; in auto_decode() 183 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_auto_decoder()
|
| D | block_encoder.c | 85 assert(action == LZMA_FINISH); in block_encode() 214 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_encoder()
|
| D | filter_buffer_encoder.c | 37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_encode()
|
| D | block_buffer_decoder.c | 41 LZMA_FINISH); in lzma_block_buffer_decode()
|
| D | stream_buffer_decoder.c | 49 LZMA_FINISH); in lzma_stream_buffer_decode()
|
| D | stream_decoder.c | 329 if (action != LZMA_FINISH) in stream_decode() 448 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_decoder()
|
| D | alone_encoder.c | 154 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_encoder()
|
| D | filter_decoder.c | 153 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_decoder()
|
| D | filter_encoder.c | 215 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_encoder()
|
| D | alone_decoder.c | 235 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_decoder()
|
| D | index_encoder.c | 213 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_encoder()
|
| D | block_decoder.c | 239 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_decoder()
|
| D | block_buffer_encoder.c | 197 LZMA_FINISH); in block_encode_normal()
|
| D | index_decoder.c | 295 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_decoder()
|
| /freebsd-9-stable/contrib/xz/src/xzdec/ |
| D | xzdec.c | 191 action = LZMA_FINISH; in uncompress() 232 assert(action == LZMA_FINISH); in uncompress()
|
| /freebsd-9-stable/contrib/xz/src/liblzma/simple/ |
| D | simple_coder.c | 32 if (coder->is_encoder && action == LZMA_FINISH in copy_or_code() 45 || action == LZMA_FINISH); in copy_or_code()
|
| /freebsd-9-stable/contrib/xz/src/liblzma/api/lzma/ |
| D | base.h | 305 LZMA_FINISH = 3 enumerator
|
| /freebsd-9-stable/contrib/xz/src/xz/ |
| D | coder.c | 474 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; in coder_normal() 496 action = LZMA_FINISH; in coder_normal()
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | unxz.c | 83 action = LZMA_FINISH; in unxz()
|
| /freebsd-9-stable/usr.bin/grep/ |
| D | file.c | 139 laction = LZMA_FINISH; in grep_refill()
|
| /freebsd-9-stable/usr.bin/mkulzma/ |
| D | mkulzma.c | 227 ret = lzma_code(&strm, LZMA_FINISH); in main()
|
| /freebsd-9-stable/contrib/xz/src/liblzma/lzma/ |
| D | lzma2_encoder.c | 147 if (mf->action == LZMA_FINISH) in lzma2_encode()
|
12