#include "subblock_decoder_helper.h"
Data Structures | |
struct | lzma_coder_s |
Functions | |
static lzma_ret | helper_decode (lzma_coder *coder, lzma_allocator *allocator lzma_attribute((unused)), const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action lzma_attribute((unused))) |
static void | helper_end (lzma_coder *coder, lzma_allocator *allocator) |
lzma_ret | lzma_subblock_decoder_helper_init (lzma_next_coder *next, lzma_allocator *allocator, const lzma_filter_info *filters) |
This filter is used to indicate End of Input for subfilters needing it.