Rizin
unix-like reverse engineering framework and cli tools
|
#include "common.h"
Go to the source code of this file.
Functions | |
uint64_t | lzma_mt_block_size (const lzma_filter *filters) |
lzma_ret | lzma_raw_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter *filters) |
uint64_t lzma_mt_block_size | ( | const lzma_filter * | filters | ) |
Definition at line 230 of file filter_encoder.c.
References lzma_filter_encoder::block_size, encoder_find(), filters, i, lzma_filter::id, LZMA_VLI_UNKNOWN, max, NULL, and options.
Referenced by get_options().
lzma_ret lzma_raw_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_filter * | filters | ||
) |
Definition at line 199 of file filter_encoder.c.
References allocator, encoder_find(), lzma_raw_coder_init(), and options.
Referenced by block_encode_normal(), LZMA_API(), and lzma_block_encoder_init().