Searched refs:lzma_stream_coder (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/xz/src/liblzma/common/ |
H A D | stream_decoder.c | 82 } lzma_stream_coder; typedef 86 stream_decoder_reset(lzma_stream_coder *coder, const lzma_allocator *allocator) in stream_decoder_reset() 107 lzma_stream_coder *coder = coder_ptr; in stream_decode() 388 lzma_stream_coder *coder = coder_ptr; in stream_decoder_end() 399 const lzma_stream_coder *coder = coder_ptr; in stream_decoder_get_check() 408 lzma_stream_coder *coder = coder_ptr; in stream_decoder_memconfig() 434 lzma_stream_coder *coder = next->coder; in lzma_stream_decoder_init() 436 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in lzma_stream_decoder_init()
|
H A D | stream_encoder.c | 57 } lzma_stream_coder; typedef 61 block_encoder_init(lzma_stream_coder *coder, const lzma_allocator *allocator) in block_encoder_init() 85 lzma_stream_coder *coder = coder_ptr; in stream_encode() 215 lzma_stream_coder *coder = coder_ptr; in stream_encoder_end() 233 lzma_stream_coder *coder = coder_ptr; in stream_encoder_update() 294 lzma_stream_coder *coder = next->coder; in stream_encoder_init() 297 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in stream_encoder_init()
|
H A D | stream_encoder_mt.c | 46 typedef struct lzma_stream_coder_s lzma_stream_coder; typedef 68 lzma_stream_coder *coder; 445 threads_stop(lzma_stream_coder *coder, bool wait_for_threads) in threads_stop() 474 threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() 496 initialize_new_thread(lzma_stream_coder *coder, in initialize_new_thread() 540 get_thread(lzma_stream_coder *coder, const lzma_allocator *allocator) in get_thread() 599 stream_encode_in(lzma_stream_coder *coder, const lzma_allocator *allocator, in stream_encode_in() 667 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work() 722 lzma_stream_coder *coder = coder_ptr; in stream_encode_mt() 896 lzma_stream_coder *coder = coder_ptr; in stream_encoder_mt_end() [all …]
|
H A D | stream_decoder_mt.c | 85 struct lzma_stream_coder *coder; 139 struct lzma_stream_coder { struct 522 threads_end(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() 548 threads_stop(struct lzma_stream_coder *coder) in threads_stop() 567 initialize_new_thread(struct lzma_stream_coder *coder, in initialize_new_thread() 623 get_thread(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in get_thread() 661 read_output_and_wait(struct lzma_stream_coder *coder, in read_output_and_wait() 880 decode_block_header(struct lzma_stream_coder *coder, in decode_block_header() 933 comp_blk_size(const struct lzma_stream_coder *coder) in comp_blk_size() 952 stream_decoder_reset(struct lzma_stream_coder *coder, in stream_decoder_reset() [all …]
|