13 #ifndef LZMA_BLOCK_ENCODER_H
14 #define LZMA_BLOCK_ENCODER_H
40 #define COMPRESSED_SIZE_MAX ((LZMA_VLI_MAX - LZMA_BLOCK_HEADER_SIZE_MAX \
41 - LZMA_CHECK_SIZE_MAX) & ~LZMA_VLI_C(3))
const lzma_allocator * allocator
lzma_ret lzma_block_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, lzma_block *block)
Custom functions for memory handling.
Options for the Block and Block Header encoders and decoders.
Hold data and function pointers of the next filter in the chain.
Definitions common to the whole liblzma library.
lzma_ret
Return values used by several functions in liblzma.