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

/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder.c58 } lzma_stream_coder; typedef in typeref:struct:__anon7594
62 block_encoder_init(lzma_stream_coder *coder, const lzma_allocator *allocator)
86 lzma_stream_coder *coder = coder_ptr;
216 lzma_stream_coder *coder = coder_ptr;
235 lzma_stream_coder *coder = coder_ptr;
280 lzma_stream_coder *coder = next->coder;
283 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator);
H A Dstream_decoder.c83 } lzma_stream_coder; typedef in typeref:struct:__anon7592
87 stream_decoder_reset(lzma_stream_coder *coder, const lzma_allocator *allocator)
108 lzma_stream_coder *coder = coder_ptr;
382 lzma_stream_coder *coder = coder_ptr;
393 const lzma_stream_coder *coder = coder_ptr;
402 lzma_stream_coder *coder = coder_ptr;
428 lzma_stream_coder *coder = next->coder;
430 coder = lzma_alloc(sizeof(lzma_stream_coder), allocator);
H A Dstream_encoder_mt.c47 typedef struct lzma_stream_coder_s lzma_stream_coder; typedef in typeref:struct:lzma_stream_coder_s
69 lzma_stream_coder *coder;
421 threads_stop(lzma_stream_coder *coder, bool wait_for_threads)
450 threads_end(lzma_stream_coder *coder, const lzma_allocator *allocator)
472 initialize_new_thread(lzma_stream_coder *coder,
515 get_thread(lzma_stream_coder *coder, const lzma_allocator *allocator)
553 stream_encode_in(lzma_stream_coder *coder, const lzma_allocator *allocator,
621 wait_for_work(lzma_stream_coder *coder, mythread_condtime *wait_abs,
672 lzma_stream_coder *coder = coder_ptr;
843 lzma_stream_coder *code
[all...]

Completed in 176 milliseconds