Rizin
unix-like reverse engineering framework and cli tools
|
LZMA2 decoder. More...
#include "common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_lzma2_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
uint64_t | lzma_lzma2_decoder_memusage (const void *options) |
lzma_ret | lzma_lzma2_props_decode (void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
LZMA2 decoder.
Definition in file lzma2_decoder.h.
lzma_ret lzma_lzma2_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter_info * | filters | ||
) |
Definition at line 257 of file lzma2_decoder.c.
References allocator, assert(), filters, init, lzma2_decoder_init(), lzma_lz_decoder_init(), and NULL.
Definition at line 270 of file lzma2_decoder.c.
References lzma_lzma_decoder_memusage_nocheck(), and options.
lzma_ret lzma_lzma2_props_decode | ( | void ** | options, |
const lzma_allocator * | allocator, | ||
const uint8_t * | props, | ||
size_t | props_size | ||
) |
Definition at line 278 of file lzma2_decoder.c.