14 #ifndef LZMA_LZMA2_ENCODER_H
15 #define LZMA_LZMA2_ENCODER_H
21 #define LZMA2_CHUNK_MAX (UINT32_C(1) << 16)
24 #define LZMA2_UNCOMPRESSED_MAX (UINT32_C(1) << 21)
27 #define LZMA2_HEADER_MAX 6
30 #define LZMA2_HEADER_UNCOMPRESSED 3
const lzma_allocator * allocator
const lzma_allocator const uint8_t size_t uint8_t * out
const lzma_filter * filters
static const char struct stat static buf struct stat static buf static vhangup int options
lzma_ret lzma_lzma2_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
uint64_t lzma_lzma2_block_size(const void *options)
lzma_ret lzma_lzma2_props_encode(const void *options, uint8_t *out)
uint64_t lzma_lzma2_encoder_memusage(const void *options)
Custom functions for memory handling.
Hold data and function pointers of the next filter in the chain.
lzma_ret
Return values used by several functions in liblzma.