Home
last modified time | relevance | path

Searched refs:progress_in (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_decoder_mt.c100 size_t progress_in; member
272 uint64_t progress_in; member
415 thr->progress_in = thr->in_pos; in worker_decoder()
497 thr->coder->progress_in += thr->in_pos; in worker_decoder()
499 thr->progress_in = 0; in worker_decoder()
652 coder->thr->progress_in = 0; in get_thread()
1746 ++coder->progress_in; in stream_decode_mt()
1754 ++coder->progress_in; in stream_decode_mt()
1877 *progress_in = coder->progress_in; in stream_decoder_mt_get_progress()
1882 *progress_in += coder->threads[i].progress_in; in stream_decoder_mt_get_progress()
[all …]
H A Dstream_encoder_mt.c77 uint64_t progress_in; member
189 uint64_t progress_in; member
222 assert(thr->progress_in == 0); in worker_encode()
267 thr->progress_in = in_pos; in worker_encode()
418 thr->coder->progress_in in worker_start()
421 thr->progress_in = 0; in worker_start()
515 thr->progress_in = 0; in initialize_new_thread()
1007 get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out) in get_progress() argument
1014 *progress_in = coder->progress_in; in get_progress()
1019 *progress_in += coder->threads[i].progress_in; in get_progress()
[all …]
H A Dcommon.c392 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow
397 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;
403 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument
407 progress_in, progress_out); in lzma_get_progress()
409 *progress_in = strm->total_in; in lzma_get_progress()
H A Dcommon.h248 uint64_t *progress_in, uint64_t *progress_out);
/freebsd-14.2/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h676 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;
/freebsd-14.2/contrib/bzip2/
H A Dbzlib.c294 Bool progress_in = False; in copy_input_until_stop() local
304 progress_in = True; in copy_input_until_stop()
322 progress_in = True; in copy_input_until_stop()
331 return progress_in; in copy_input_until_stop()
366 Bool progress_in = False; in handle_compress() local
386 progress_in |= copy_input_until_stop ( s ); in handle_compress()
405 return progress_in || progress_out; in handle_compress()