Home
last modified time | relevance | path

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

12

/freebsd-9-stable/contrib/xz/src/liblzma/common/
Dstream_encoder.c110 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()
Dfilter_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()
Dcommon.c162 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()
Dauto_decoder.c93 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK; in auto_decode()
183 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_auto_decoder()
Dblock_encoder.c85 assert(action == LZMA_FINISH); in block_encode()
214 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_encoder()
Dfilter_buffer_encoder.c37 out, out_pos, out_size, LZMA_FINISH); in lzma_raw_buffer_encode()
Dblock_buffer_decoder.c41 LZMA_FINISH); in lzma_block_buffer_decode()
Dstream_buffer_decoder.c49 LZMA_FINISH); in lzma_stream_buffer_decode()
Dstream_decoder.c329 if (action != LZMA_FINISH) in stream_decode()
448 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_stream_decoder()
Dalone_encoder.c154 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_encoder()
Dfilter_decoder.c153 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_decoder()
Dfilter_encoder.c215 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_raw_encoder()
Dalone_decoder.c235 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_alone_decoder()
Dindex_encoder.c213 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_encoder()
Dblock_decoder.c239 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_block_decoder()
Dblock_buffer_encoder.c197 LZMA_FINISH); in block_encode_normal()
Dindex_decoder.c295 strm->internal->supported_actions[LZMA_FINISH] = true; in lzma_index_decoder()
/freebsd-9-stable/contrib/xz/src/xzdec/
Dxzdec.c191 action = LZMA_FINISH; in uncompress()
232 assert(action == LZMA_FINISH); in uncompress()
/freebsd-9-stable/contrib/xz/src/liblzma/simple/
Dsimple_coder.c32 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/
Dbase.h305 LZMA_FINISH = 3 enumerator
/freebsd-9-stable/contrib/xz/src/xz/
Dcoder.c474 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/
Dunxz.c83 action = LZMA_FINISH; in unxz()
/freebsd-9-stable/usr.bin/grep/
Dfile.c139 laction = LZMA_FINISH; in grep_refill()
/freebsd-9-stable/usr.bin/mkulzma/
Dmkulzma.c227 ret = lzma_code(&strm, LZMA_FINISH); in main()
/freebsd-9-stable/contrib/xz/src/liblzma/lzma/
Dlzma2_encoder.c147 if (mf->action == LZMA_FINISH) in lzma2_encode()

12