13 #ifndef LZMA_DELTA_PRIVATE_H
14 #define LZMA_DELTA_PRIVATE_H
const lzma_allocator * allocator
const lzma_filter * filters
#define LZMA_DELTA_DIST_MAX
Common stuff for Delta encoder and decoder.
lzma_ret lzma_delta_coder_init(lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters)
Custom functions for memory handling.
lzma_next_coder next
Next coder in the chain.
uint8_t pos
Position in history[].
size_t distance
Delta distance.
Hold data and function pointers of the next filter in the chain.
lzma_ret
Return values used by several functions in liblzma.