14 #ifndef LZMA_LZMA_DECODER_H
15 #define LZMA_LZMA_DECODER_H
40 #ifdef LZMA_LZ_DECODER_H
const lzma_allocator * allocator
const lzma_filter * filters
const lzma_allocator const uint8_t * props
static const char struct stat static buf struct stat static buf static vhangup int options
lzma_ret lzma_lzma_decoder_create(lzma_lz_decoder *lz, const lzma_allocator *allocator, const void *opt, lzma_lz_options *lz_options)
uint64_t lzma_lzma_decoder_memusage_nocheck(const void *options)
bool lzma_lzma_lclppb_decode(lzma_options_lzma *options, uint8_t byte)
Decodes the LZMA Properties byte (lc/lp/pb)
lzma_ret lzma_lzma_props_decode(void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size)
uint64_t lzma_lzma_decoder_memusage(const void *options)
lzma_ret lzma_lzma_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
Allocates and initializes LZMA decoder.
Custom functions for memory handling.
Hold data and function pointers of the next filter in the chain.
Options specific to the LZMA1 and LZMA2 filters.
lzma_ret
Return values used by several functions in liblzma.