Home
last modified time | relevance | path

Searched refs:LZMA_RUN (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/src/external/public-domain/xz/dist/tests/
Dtests.h64 lzma_action action = LZMA_RUN; in coder_loop()
113 return coder_loop(strm, in, in_size, NULL, 0, expected_ret, LZMA_RUN); in decoder_loop_ret()
121 LZMA_STREAM_END, LZMA_RUN); in decoder_loop()
Dtest_bcj_exact_size.c64 const lzma_ret ret = lzma_code(&strm, LZMA_RUN); in decompress()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dstream_encoder.c112 return action == LZMA_RUN in stream_encode()
152 LZMA_RUN, in stream_encode()
184 out, out_pos, out_size, LZMA_RUN); in stream_encode()
333 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_encoder()
Dstream_encoder_mt.c265 ? LZMA_FINISH : LZMA_RUN; in worker_encode()
274 action = LZMA_RUN; in worker_encode()
558 || (coder->thr != NULL && action != LZMA_RUN)) { in stream_encode_in()
578 || (*in_pos == in_size && action != LZMA_RUN); in stream_encode_in()
748 if (action == LZMA_RUN) in stream_encode_mt()
811 out, out_pos, out_size, LZMA_RUN); in stream_encode_mt()
1083 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_encoder_mt()
Dindex_encoder.c214 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder()
242 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
Dindex_decoder.c301 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder()
328 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
Dalone_encoder.c159 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
Dfilter_decoder.c153 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
Dauto_decoder.c191 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
Dalone_decoder.c239 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
Dblock_decoder.c253 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
Dblock_encoder.c219 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
Dfilter_encoder.c213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
Dstream_decoder.c463 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
/netbsd/src/external/public-domain/xz/dist/src/xz/
Dcoder.c548 ret = lzma_code(&strm, LZMA_RUN); in coder_init()
624 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; in coder_normal()
680 if (strm.avail_in == 0 && action == LZMA_RUN) { in coder_normal()
700 if (action == LZMA_RUN && flush_needed) in coder_normal()
747 action = LZMA_RUN; in coder_normal()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/lz/
Dlz_encoder.c101 ret = action != LZMA_RUN && *in_pos == in_size in fill_window()
169 && (*in_pos < in_size || action != LZMA_RUN)) { in lz_encode()
171 if (coder->mf.action == LZMA_RUN && coder->mf.read_pos in lz_encode()
183 coder->mf.action = LZMA_RUN; in lz_encode()
457 mf->action = LZMA_RUN; in lz_encoder_init()
/netbsd/src/usr.bin/gzip/
Dunxz.c46 lzma_action action = LZMA_RUN; in unxz()
68 if ((ret = lzma_code(&strm, LZMA_RUN)) != LZMA_OK) in unxz()
372 ret = lzma_code(&strm, LZMA_RUN); in parse_indexes()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/api/lzma/
Dbase.h251 LZMA_RUN = 0, enumerator
/netbsd/src/external/public-domain/xz/dist/doc/examples/
D03_compress_custom.c107 lzma_action action = LZMA_RUN; in compress()
D02_decompress.c116 lzma_action action = LZMA_RUN; in decompress()
D01_compress_easy.c112 lzma_action action = LZMA_RUN; in compress()
D04_compress_easy_mt.c120 lzma_action action = LZMA_RUN; in compress()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/delta/
Ddelta_encoder.c71 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
/netbsd/src/external/public-domain/xz/dist/src/xzdec/
Dxzdec.c171 lzma_action action = LZMA_RUN; in uncompress()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/lzma/
Dlzma_encoder.c273 if (mf->action == LZMA_RUN) in encode_init()
347 if (mf->action == LZMA_RUN) in lzma_lzma_encode()

12