Searched defs:lzma_stream_coder (Results 1 – 4 of 4) sorted by relevance
139 struct lzma_stream_coder { struct140 enum {153 } sequence;156 lzma_next_coder block_decoder;163 lzma_block block_options;170 lzma_filter filters[LZMA_FILTERS_MAX + 1];173 lzma_stream_flags stream_flags;177 lzma_index_hash *index_hash;182 uint32_t timeout;188 lzma_ret thread_error;[all …]
57 } lzma_stream_coder; typedef
82 } lzma_stream_coder; typedef
46 typedef struct lzma_stream_coder_s lzma_stream_coder; typedef