Rizin
unix-like reverse engineering framework and cli tools
|
Delta filter encoder. More...
#include "delta_common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_delta_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
lzma_ret | lzma_delta_props_encode (const void *options, uint8_t *out) |
Delta filter encoder.
Definition in file delta_encoder.h.
lzma_ret lzma_delta_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 104 of file delta_encoder.c.
References allocator, lzma_next_coder_s::code, delta_encode(), delta_encoder_update(), filters, lzma_delta_coder_init(), and lzma_next_coder_s::update.
Definition at line 114 of file delta_encoder.c.
References lzma_options_delta::dist, lzma_delta_coder_memusage(), LZMA_DELTA_DIST_MIN, LZMA_OK, LZMA_PROG_ERROR, options, out, and UINT64_MAX.