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

12

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/common/
H A Dfilter_buffer_decoder.c37 out, out_pos, out_size, LZMA_FINISH);
70 tmp, &tmp_pos, 1, LZMA_FINISH);
H A Dfilter_buffer_encoder.c37 out, out_pos, out_size, LZMA_FINISH);
H A Dblock_buffer_decoder.c41 LZMA_FINISH);
H A Dstream_buffer_decoder.c49 LZMA_FINISH);
H A Dstream_encoder.c110 if (action != LZMA_FINISH)
153 LZMA_FINISH,
154 LZMA_FINISH,
328 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dauto_decoder.c89 // trailing garbage and wait for LZMA_FINISH.
93 return action == LZMA_FINISH ? LZMA_STREAM_END : LZMA_OK;
183 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_encoder.c85 assert(action == LZMA_FINISH);
214 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dcommon.c162 strm->internal->supported_actions[LZMA_FINISH] = false;
181 || (unsigned int)(action) > LZMA_FINISH
213 case LZMA_FINISH:
237 if (action != LZMA_FINISH
H A Dalone_encoder.c154 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dfilter_decoder.c153 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dalone_decoder.c229 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dfilter_encoder.c215 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_encoder.c213 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dstream_decoder.c327 // Unless LZMA_FINISH was used, we cannot
329 if (action != LZMA_FINISH)
448 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dblock_buffer_encoder.c197 LZMA_FINISH);
H A Dblock_decoder.c239 strm->internal->supported_actions[LZMA_FINISH] = true;
H A Dindex_decoder.c295 strm->internal->supported_actions[LZMA_FINISH] = true;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dbase.h68 * LZMA_FINISH was finished. In decoder, this indicates
243 * After the first use of LZMA_SYNC_FLUSH, LZMA_FULL_FLUSH, or LZMA_FINISH,
298 * with LZMA_RUN or finish the Stream with LZMA_FINISH.
305 LZMA_FINISH = 3 enumerator in enum:__anon2875
311 * Call lzma_code() with LZMA_FINISH until it returns
312 * LZMA_STREAM_END. Once LZMA_FINISH has been used,
316 * When decoding, using LZMA_FINISH is optional unless the
319 * effect of LZMA_FINISH is that the amount of input must not
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xzdec/
H A Dxzdec.c191 action = LZMA_FINISH;
232 assert(action == LZMA_FINISH);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/doc/examples/
H A Dxz_pipe_comp.c88 with LZMA_FINISH */
89 action = in_finished ? LZMA_FINISH : LZMA_RUN;
H A Dxz_pipe_decomp.c76 with LZMA_FINISH */
77 action = in_finished ? LZMA_FINISH : LZMA_RUN;
/netbsd-6-1-5-RELEASE/usr.bin/gzip/
H A Dunxz.c90 action = LZMA_FINISH;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/liblzma/simple/
H A Dsimple_coder.c32 if (coder->is_encoder && action == LZMA_FINISH
48 || action == LZMA_FINISH);
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dcoder.c464 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN;
486 action = LZMA_FINISH;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_compression_xz.c402 finishing ? LZMA_FINISH : LZMA_RUN );

Completed in 190 milliseconds

12