Home
last modified time | relevance | path

Searched refs:lzma_stream_coder (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dstream_decoder.c83 } lzma_stream_coder; typedef
87 stream_decoder_reset(lzma_stream_coder *coder, const lzma_allocator *allocator) in stream_decoder_reset()
108 lzma_stream_coder *coder = coder_ptr; in stream_decode()
382 lzma_stream_coder *coder = coder_ptr; in stream_decoder_end()
393 const lzma_stream_coder *coder = coder_ptr; in stream_decoder_get_check()
402 lzma_stream_coder *coder = coder_ptr; in stream_decoder_memconfig()
428 lzma_stream_coder *coder = next->coder; in lzma_stream_decoder_init()
430 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in lzma_stream_decoder_init()
H A Dstream_encoder.c58 } lzma_stream_coder; typedef
62 block_encoder_init(lzma_stream_coder *coder, const lzma_allocator *allocator) in block_encoder_init()
86 lzma_stream_coder *coder = coder_ptr; in stream_encode()
216 lzma_stream_coder *coder = coder_ptr; in stream_encoder_end()
235 lzma_stream_coder *coder = coder_ptr; in stream_encoder_update()
280 lzma_stream_coder *coder = next->coder; in stream_encoder_init()
283 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator); in stream_encoder_init()
H A Dstream_encoder_mt.c47 typedef struct lzma_stream_coder_s lzma_stream_coder; typedef
69 lzma_stream_coder *coder;
421 threads_stop(lzma_stream_coder *coder, bool wait_for_threads) in threads_stop()
450 threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator) in threads_end()
472 initialize_new_thread(lzma_stream_coder *coder, in initialize_new_thread()
515 get_thread(lzma_stream_coder *coder, const lzma_allocator *allocator) in get_thread()
553 stream_encode_in(lzma_stream_coder *coder, const lzma_allocator *allocator, in stream_encode_in()
621 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs, in wait_for_work()
672 lzma_stream_coder *coder = coder_ptr; in stream_encode_mt()
843 lzma_stream_coder *coder = coder_ptr; in stream_encoder_mt_end()
[all …]