HomeSort by: relevance | last modified time | path
    Searched defs:lzma_stream_coder (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_encoder.c 58 } lzma_stream_coder; typedef in typeref:struct:__anon24615
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);
stream_decoder.c 83 } lzma_stream_coder; typedef in typeref:struct:__anon24613
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);
stream_encoder_mt.c 47 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 *coder = coder_ptr
    [all...]

Completed in 28 milliseconds