Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/xz/src/liblzma/common/
HDstream_encoder.c111 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()
HDstream_encoder_mt.c282 ? 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()
HDmicrolzma_decoder.c120 out, out_pos, out_size, LZMA_RUN) != LZMA_OK) in microlzma_decode()
216 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_microlzma_decoder()
HDindex_encoder.c220 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_encoder()
248 out, out_pos, out_size, LZMA_RUN); in lzma_index_buffer_encode()
HDindex_decoder.c316 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_index_decoder()
348 NULL, NULL, 0, LZMA_RUN); in lzma_index_buffer_decode()
HDalone_encoder.c147 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_encoder()
HDfilter_decoder.c184 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_decoder()
HDauto_decoder.c201 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_auto_decoder()
HDfile_info.c236 NULL, NULL, 0, LZMA_RUN); in decode_index()
850 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_file_info_decoder()
HDblock_encoder.c221 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_encoder()
HDalone_decoder.c244 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_alone_decoder()
HDblock_decoder.c284 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_block_decoder()
HDfilter_encoder.c255 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_raw_encoder()
HDlzip_decoder.c413 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_lzip_decoder()
HDstream_decoder.c469 strm->internal->supported_actions[LZMA_RUN] = true; in lzma_stream_decoder()
HDcommon.c225 case LZMA_RUN: in lzma_code()
/freebsd-14-stable/contrib/xz/src/liblzma/lz/
HDlz_encoder.c100 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/
HDunxz.c46 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/
HDcoder.c1004 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/
HDbase.h285 LZMA_RUN = 0, enumerator
/freebsd-14-stable/contrib/xz/src/liblzma/delta/
HDdelta_encoder.c75 ret = action != LZMA_RUN && *in_pos == in_size in delta_encode()
/freebsd-14-stable/contrib/xz/src/xzdec/
HDxzdec.c200 lzma_action action = LZMA_RUN; in uncompress()
/freebsd-14-stable/contrib/xz/src/liblzma/lzma/
HDlzma_encoder.c273 if (mf->action == LZMA_RUN) in encode_init()
355 if (mf->action == LZMA_RUN) in lzma_lzma_encode()
HDlzma2_encoder.c151 return mf->action == LZMA_RUN in lzma2_encode()
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_write_add_filter_xz.c505 finishing ? LZMA_FINISH : LZMA_RUN ); in drive_compressor()

12