Decodes the Index field. More...
#include "index.h"
#include "check.h"
Data Structures | |
struct | lzma_coder_s |
Functions | |
static lzma_ret | index_decode (lzma_coder *coder, lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out lzma_attribute((unused)), size_t *restrict out_pos lzma_attribute((unused)), size_t out_size lzma_attribute((unused)), lzma_action action lzma_attribute((unused))) |
static void | index_decoder_end (lzma_coder *coder, lzma_allocator *allocator) |
static lzma_ret | index_decoder_memconfig (lzma_coder *coder, uint64_t *memusage, uint64_t *old_memlimit, uint64_t new_memlimit) |
static lzma_ret | index_decoder_reset (lzma_coder *coder, lzma_allocator *allocator, lzma_index **i, uint64_t memlimit) |
static lzma_ret | index_decoder_init (lzma_next_coder *next, lzma_allocator *allocator, lzma_index **i, uint64_t memlimit) |
LZMA_API (lzma_ret) |
Decodes the Index field.