Rizin
unix-like reverse engineering framework and cli tools
|
Encodes the Index field. More...
#include "common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_index_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_index *i) |
Encodes the Index field.
Definition in file index_encoder.h.
lzma_ret lzma_index_encoder_init | ( | lzma_next_coder * | next, |
const lzma_allocator * | allocator, | ||
const lzma_index * | i | ||
) |
Definition at line 186 of file index_encoder.c.
References allocator, lzma_next_coder_s::code, lzma_next_coder_s::coder, lzma_next_coder_s::end, i, index_encode(), index_encoder_end(), index_encoder_reset(), lzma_alloc(), LZMA_MEM_ERROR, lzma_next_coder_init, LZMA_OK, LZMA_PROG_ERROR, and NULL.
Referenced by LZMA_API(), stream_encode(), and stream_encode_mt().