Home
last modified time | relevance | path

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

12

/trueos/contrib/xz/src/liblzma/common/
HDstream_encoder.c111 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()
HDindex_encoder.c212 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder()
240 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
HDindex_decoder.c294 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder()
321 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
HDcommon.c159 strm->internal->supported_actions[LZMA_RUN] = false; in lzma_strm_init()
202 case LZMA_RUN: in lzma_code()
HDalone_encoder.c153 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
HDfilter_decoder.c152 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
HDauto_decoder.c182 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
HDalone_decoder.c234 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
HDblock_encoder.c213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
HDfilter_encoder.c213 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
HDblock_decoder.c238 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
HDstream_decoder.c447 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
/trueos/contrib/xz/src/liblzma/lz/
HDlz_encoder.c98 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()
HDlz_encoder_mf.c195 assert(mf->action != LZMA_RUN); \
/trueos/usr.bin/gzip/
HDunxz.c46 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/
HDbase.h251 LZMA_RUN = 0, enumerator
/trueos/contrib/xz/src/xz/
HDcoder.c449 ret = lzma_code(&strm, LZMA_RUN); in coder_init()
474 lzma_action action = pair->src_eof ? LZMA_FINISH : LZMA_RUN; in coder_normal()
HDlist.c261 ret = lzma_code(&strm, LZMA_RUN); in parse_indexes()
/trueos/contrib/xz/src/liblzma/delta/
HDdelta_encoder.c69 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
/trueos/contrib/xz/src/xzdec/
HDxzdec.c171 lzma_action action = LZMA_RUN; in uncompress()
/trueos/usr.bin/grep/
HDfile.c310 laction = LZMA_RUN; in grep_open()
/trueos/contrib/xz/src/liblzma/lzma/
HDlzma_encoder.c273 if (mf->action == LZMA_RUN) in encode_init()
347 if (mf->action == LZMA_RUN) in lzma_lzma_encode()
HDlzma2_encoder.c150 return mf->action == LZMA_RUN in lzma2_encode()
/trueos/contrib/libarchive/libarchive/
HDarchive_write_add_filter_xz.c478 finishing ? LZMA_FINISH : LZMA_RUN ); in drive_compressor()
HDarchive_read_support_filter_xz.c712 (state->stream.avail_in == 0)? LZMA_FINISH: LZMA_RUN); in xz_filter_read()

12