Rizin
unix-like reverse engineering framework and cli tools
|
Filter ID mapping to filter-specific functions. More...
#include "common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_raw_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter *options) |
Filter ID mapping to filter-specific functions.
Definition in file filter_decoder.h.
lzma_ret lzma_raw_decoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter * | options | ||
) |
Definition at line 140 of file filter_decoder.c.
References allocator, decoder_find(), lzma_raw_coder_init(), and options.
Referenced by LZMA_API(), and lzma_block_decoder_init().