Rizin
unix-like reverse engineering framework and cli tools
|
Delta filter decoder. More...
#include "delta_common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_delta_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
lzma_ret | lzma_delta_props_decode (void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
Delta filter decoder.
Definition in file delta_decoder.h.
lzma_ret lzma_delta_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 52 of file delta_decoder.c.
References allocator, lzma_next_coder_s::code, delta_decode(), filters, and lzma_delta_coder_init().
lzma_ret lzma_delta_props_decode | ( | void ** | options, |
const lzma_allocator * | allocator, | ||
const uint8_t * | props, | ||
size_t | props_size | ||
) |
Definition at line 61 of file delta_decoder.c.
References allocator, lzma_options_delta::dist, lzma_alloc(), LZMA_DELTA_TYPE_BYTE, LZMA_MEM_ERROR, LZMA_OK, LZMA_OPTIONS_ERROR, NULL, options, props, and lzma_options_delta::type.