Searched refs:lzma_stream_coder (Results 1 – 4 of 4) sorted by relevance
| /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() 384 lzma_stream_coder *coder = coder_ptr; in stream_decoder_end() 395 const lzma_stream_coder *coder = coder_ptr; in stream_decoder_get_check() 404 lzma_stream_coder *coder = coder_ptr; in stream_decoder_memconfig() 430 lzma_stream_coder *coder = next->coder; in lzma_stream_decoder_init() 432 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() 894 lzma_stream_coder *coder = coder_ptr; in stream_encoder_mt_end() [all …]
|
| H A D | stream_decoder_mt.c | 60 struct lzma_stream_coder *coder; 122 struct lzma_stream_coder { struct 499 threads_end(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end() 532 threads_stop(struct lzma_stream_coder *coder) in threads_stop() 549 initialize_new_thread(struct lzma_stream_coder *coder, in initialize_new_thread() 605 get_thread(struct lzma_stream_coder *coder, const lzma_allocator *allocator) in get_thread() 644 read_output_and_wait(struct lzma_stream_coder *coder, in read_output_and_wait() 863 decode_block_header(struct lzma_stream_coder *coder, in decode_block_header() 916 comp_blk_size(const struct lzma_stream_coder *coder) in comp_blk_size() 935 stream_decoder_reset(struct lzma_stream_coder *coder, in stream_decoder_reset() [all …]
|