Searched refs:LZMA_RUN (Results 1 – 25 of 29) sorted by relevance
12
| /trueos/contrib/xz/src/liblzma/common/ |
| HD | stream_encoder.c | 111 return action == LZMA_RUN in stream_encode() 151 LZMA_RUN, in stream_encode() 182 out, out_pos, out_size, LZMA_RUN); in stream_encode() 325 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_encoder()
|
| HD | index_encoder.c | 212 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder() 240 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
|
| HD | index_decoder.c | 294 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder() 321 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
|
| HD | common.c | 159 strm->internal->supported_actions[LZMA_RUN] = false; in lzma_strm_init() 202 case LZMA_RUN: in lzma_code()
|
| HD | alone_encoder.c | 153 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
|
| HD | filter_decoder.c | 152 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
|
| HD | auto_decoder.c | 182 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
|
| HD | alone_decoder.c | 234 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
|
| HD | block_encoder.c | 213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
|
| HD | filter_encoder.c | 213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
|
| HD | block_decoder.c | 238 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
|
| HD | stream_decoder.c | 447 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
|
| /trueos/contrib/xz/src/liblzma/lz/ |
| HD | lz_encoder.c | 98 ret = action != LZMA_RUN && *in_pos == in_size in fill_window() 158 && (*in_pos < in_size || action != LZMA_RUN)) { in lz_encode() 160 if (coder->mf.action == LZMA_RUN && coder->mf.read_pos in lz_encode() 172 coder->mf.action = LZMA_RUN; in lz_encode() 435 mf->action = LZMA_RUN; in lz_encoder_init()
|
| HD | lz_encoder_mf.c | 195 assert(mf->action != LZMA_RUN); \
|
| /trueos/usr.bin/gzip/ |
| HD | unxz.c | 46 lzma_action action = LZMA_RUN; in unxz() 67 if ((ret = lzma_code(&strm, LZMA_RUN)) != LZMA_OK) in unxz()
|
| /trueos/contrib/xz/src/liblzma/api/lzma/ |
| HD | base.h | 251 LZMA_RUN = 0, enumerator
|
| /trueos/contrib/xz/src/xz/ |
| HD | coder.c | 449 ret = lzma_code(&strm, LZMA_RUN); in coder_init() 474 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; in coder_normal()
|
| HD | list.c | 261 ret = lzma_code(&strm, LZMA_RUN); in parse_indexes()
|
| /trueos/contrib/xz/src/liblzma/delta/ |
| HD | delta_encoder.c | 69 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
|
| /trueos/contrib/xz/src/xzdec/ |
| HD | xzdec.c | 171 lzma_action action = LZMA_RUN; in uncompress()
|
| /trueos/usr.bin/grep/ |
| HD | file.c | 310 laction = LZMA_RUN; in grep_open()
|
| /trueos/contrib/xz/src/liblzma/lzma/ |
| HD | lzma_encoder.c | 273 if (mf->action == LZMA_RUN) in encode_init() 347 if (mf->action == LZMA_RUN) in lzma_lzma_encode()
|
| HD | lzma2_encoder.c | 150 return mf->action == LZMA_RUN in lzma2_encode()
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_write_add_filter_xz.c | 478 finishing ? LZMA_FINISH : LZMA_RUN ); in drive_compressor()
|
| HD | archive_read_support_filter_xz.c | 712 (state->stream.avail_in == 0)? LZMA_FINISH: LZMA_RUN); in xz_filter_read()
|
12