13 #ifndef LZMA_FILTER_COMMON_H
14 #define LZMA_FILTER_COMMON_H
const lzma_allocator * allocator
const lzma_filter * filters
uint64_t lzma_raw_coder_memusage(lzma_filter_find coder_find, const lzma_filter *filters)
lzma_ret lzma_raw_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter *filters, lzma_filter_find coder_find, bool is_encoder)
const lzma_filter_coder *(* lzma_filter_find)(lzma_vli id)
static const char struct stat static buf struct stat static buf static vhangup int options
Custom functions for memory handling.
Both lzma_filter_encoder and lzma_filter_decoder begin with these members.
Hold data and function pointers of the next filter in the chain.
Definitions common to the whole liblzma library.
lzma_ret(* lzma_init_function)(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
Type of a function used to initialize a filter encoder or decoder.
uint64_t lzma_vli
Variable-length integer type.
lzma_ret
Return values used by several functions in liblzma.