| /netbsd/src/external/public-domain/xz/dist/tests/ |
| D | tests.h | 64 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()
|
| D | test_bcj_exact_size.c | 64 const lzma_ret ret = lzma_code(&strm, LZMA_RUN); in decompress()
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/common/ |
| D | stream_encoder.c | 112 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()
|
| D | stream_encoder_mt.c | 265 ? 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()
|
| D | index_encoder.c | 214 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder() 242 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
|
| D | index_decoder.c | 301 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder() 328 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
|
| D | alone_encoder.c | 159 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
|
| D | filter_decoder.c | 153 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
|
| D | auto_decoder.c | 191 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
|
| D | alone_decoder.c | 239 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
|
| D | block_decoder.c | 253 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
|
| D | block_encoder.c | 219 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
|
| D | filter_encoder.c | 213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
|
| D | stream_decoder.c | 463 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
|
| /netbsd/src/external/public-domain/xz/dist/src/xz/ |
| D | coder.c | 548 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/ |
| D | lz_encoder.c | 101 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/ |
| D | unxz.c | 46 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/ |
| D | base.h | 251 LZMA_RUN = 0, enumerator
|
| /netbsd/src/external/public-domain/xz/dist/doc/examples/ |
| D | 03_compress_custom.c | 107 lzma_action action = LZMA_RUN; in compress()
|
| D | 02_decompress.c | 116 lzma_action action = LZMA_RUN; in decompress()
|
| D | 01_compress_easy.c | 112 lzma_action action = LZMA_RUN; in compress()
|
| D | 04_compress_easy_mt.c | 120 lzma_action action = LZMA_RUN; in compress()
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/delta/ |
| D | delta_encoder.c | 71 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
|
| /netbsd/src/external/public-domain/xz/dist/src/xzdec/ |
| D | xzdec.c | 171 lzma_action action = LZMA_RUN; in uncompress()
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| D | lzma_encoder.c | 273 if (mf->action == LZMA_RUN) in encode_init() 347 if (mf->action == LZMA_RUN) in lzma_lzma_encode()
|