Searched refs:progress_in (Results 1 – 5 of 5) sorted by relevance
74 size_t progress_in; member254 uint64_t progress_in; member365 thr->progress_in = thr->in_pos; in worker_decoder()460 thr->coder->progress_in += thr->in_pos; in worker_decoder()462 thr->progress_in = 0; in worker_decoder()633 coder->thr->progress_in = 0; in get_thread()1022 coder->progress_in += *in_pos - in_old; in stream_decode_mt()1071 coder->progress_in += *in_pos - in_old; in stream_decode_mt()1617 coder->progress_in += *in_pos - in_old; in stream_decode_mt()1659 coder->progress_in += *in_pos - in_old; in stream_decode_mt()[all …]
76 uint64_t progress_in; member188 uint64_t progress_in; member221 assert(thr->progress_in == 0); in worker_encode()266 thr->progress_in = in_pos; in worker_encode()417 thr->coder->progress_in in worker_start()420 thr->progress_in = 0; in worker_start()514 thr->progress_in = 0; in initialize_new_thread()1004 get_progress(void *coder_ptr, uint64_t *progress_in, uint64_t *progress_out) in get_progress() argument1011 *progress_in = coder->progress_in; in get_progress()1016 *progress_in += coder->threads[i].progress_in; in get_progress()[all …]
397 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow402 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;408 uint64_t *progress_in, uint64_t *progress_out) in lzma_get_progress() argument412 progress_in, progress_out); in lzma_get_progress()414 *progress_in = strm->total_in; in lzma_get_progress()
294 Bool progress_in = False; in copy_input_until_stop() local304 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() local386 progress_in |= copy_input_until_stop ( s ); in handle_compress()405 return progress_in || progress_out; in handle_compress()
677 uint64_t *progress_in, uint64_t *progress_out) lzma_nothrow;