Rizin
unix-like reverse engineering framework and cli tools
|
Common stuff for Delta encoder and decoder. More...
#include "common.h"
Go to the source code of this file.
Functions | |
uint64_t | lzma_delta_coder_memusage (const void *options) |
Common stuff for Delta encoder and decoder.
Definition in file delta_common.h.
Definition at line 63 of file delta_common.c.
References lzma_options_delta::dist, LZMA_DELTA_DIST_MAX, LZMA_DELTA_DIST_MIN, LZMA_DELTA_TYPE_BYTE, NULL, options, lzma_options_delta::type, and UINT64_MAX.
Referenced by lzma_delta_coder_init(), and lzma_delta_props_encode().