Home
last modified time | relevance | path

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

/dflybsd-src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c77 uint64_t progress_in; member
168 uint64_t progress_in; member
201 assert(thr->progress_in == 0); in worker_encode()
249 thr->progress_in = in_pos; in worker_encode()
395 thr->coder->progress_in in worker_start()
398 thr->progress_in = 0; in worker_start()
490 thr->progress_in = 0; in initialize_new_thread()
916 get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out) in get_progress() argument
923 *progress_in = coder->progress_in; in get_progress()
928 *progress_in += coder->threads[i].progress_in; in get_progress()
[all …]
H A Dcommon.c371 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument
375 progress_in, progress_out); in lzma_get_progress()
377 *progress_in = strm->total_in; in lzma_get_progress()
H A Dcommon.h160 uint64_t *progress_in, uint64_t *progress_out);
/dflybsd-src/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()
/dflybsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h599 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;