Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/xz/src/liblzma/common/
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 …]
Dcommon.c367 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument
371 progress_in, progress_out); in lzma_get_progress()
373 *progress_in = strm->total_in; in lzma_get_progress()
Dcommon.h160 uint64_t *progress_in, uint64_t *progress_out);
/freebsd-10-stable/contrib/xz/src/liblzma/api/lzma/
Dbase.h599 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;
/freebsd-10-stable/contrib/bzip2/
Dbzlib.c297 Bool progress_in = False; in copy_input_until_stop() local
307 progress_in = True; in copy_input_until_stop()
325 progress_in = True; in copy_input_until_stop()
334 return progress_in; in copy_input_until_stop()
369 Bool progress_in = False; in handle_compress() local
389 progress_in |= copy_input_until_stop ( s ); in handle_compress()
408 return progress_in || progress_out; in handle_compress()