| /freebsd-14-stable/contrib/xz/src/liblzma/common/ |
| HD | stream_encoder.c | 111 return action == LZMA_RUN in stream_encode() 151 LZMA_RUN, in stream_encode() 183 out, out_pos, out_size, LZMA_RUN); in stream_encode() 347 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_encoder()
|
| HD | stream_encoder_mt.c | 282 ? LZMA_FINISH : LZMA_RUN; in worker_encode() 291 action = LZMA_RUN; in worker_encode() 604 || (coder->thr != NULL && action != LZMA_RUN)) { in stream_encode_in() 624 || (*in_pos == in_size && action != LZMA_RUN); in stream_encode_in() 801 if (action == LZMA_RUN) in stream_encode_mt() 864 out, out_pos, out_size, LZMA_RUN); in stream_encode_mt() 1203 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_encoder_mt()
|
| HD | microlzma_decoder.c | 120 out, out_pos, out_size, LZMA_RUN) != LZMA_OK) in microlzma_decode() 216 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_microlzma_decoder()
|
| HD | index_encoder.c | 220 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder() 248 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
|
| HD | index_decoder.c | 316 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder() 348 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
|
| HD | alone_encoder.c | 147 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
|
| HD | filter_decoder.c | 184 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
|
| HD | auto_decoder.c | 201 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
|
| HD | file_info.c | 236 NULL, NULL, 0, LZMA_RUN); in decode_index() 850 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_file_info_decoder()
|
| HD | block_encoder.c | 221 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
|
| HD | alone_decoder.c | 244 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
|
| HD | block_decoder.c | 284 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
|
| HD | filter_encoder.c | 255 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
|
| HD | lzip_decoder.c | 413 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_lzip_decoder()
|
| HD | stream_decoder.c | 469 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
|
| HD | common.c | 225 case LZMA_RUN: in lzma_code()
|
| /freebsd-14-stable/contrib/xz/src/liblzma/lz/ |
| HD | lz_encoder.c | 100 ret = action != LZMA_RUN && *in_pos == in_size in fill_window() 168 && (*in_pos < in_size || action != LZMA_RUN)) { in lz_encode() 170 if (coder->mf.action == LZMA_RUN && coder->mf.read_pos in lz_encode() 182 coder->mf.action = LZMA_RUN; in lz_encode() 458 mf->action = LZMA_RUN; in lz_encoder_init()
|
| /freebsd-14-stable/usr.bin/gzip/ |
| HD | unxz.c | 46 lzma_action action = LZMA_RUN; in unxz() 68 if ((ret = lzma_code(&strm, LZMA_RUN)) != LZMA_OK) in unxz() 370 ret = lzma_code(&strm, LZMA_RUN); in parse_indexes()
|
| /freebsd-14-stable/contrib/xz/src/xz/ |
| HD | coder.c | 1004 while ((ret = lzma_code(&strm, LZMA_RUN)) in coder_init() 1135 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; in coder_normal() 1195 if (strm.avail_in == 0 && action == LZMA_RUN) { in coder_normal() 1220 if (action == LZMA_RUN && pair->flush_needed) in coder_normal() 1263 action = LZMA_RUN; in coder_normal()
|
| /freebsd-14-stable/contrib/xz/src/liblzma/api/lzma/ |
| HD | base.h | 285 LZMA_RUN = 0, enumerator
|
| /freebsd-14-stable/contrib/xz/src/liblzma/delta/ |
| HD | delta_encoder.c | 75 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
|
| /freebsd-14-stable/contrib/xz/src/xzdec/ |
| HD | xzdec.c | 200 lzma_action action = LZMA_RUN; in uncompress()
|
| /freebsd-14-stable/contrib/xz/src/liblzma/lzma/ |
| HD | lzma_encoder.c | 273 if (mf->action == LZMA_RUN) in encode_init() 355 if (mf->action == LZMA_RUN) in lzma_lzma_encode()
|
| HD | lzma2_encoder.c | 151 return mf->action == LZMA_RUN in lzma2_encode()
|
| /freebsd-14-stable/contrib/libarchive/libarchive/ |
| HD | archive_write_add_filter_xz.c | 505 finishing ? LZMA_FINISH : LZMA_RUN ); in drive_compressor()
|