XZ Utils
5.2.5
|
Data Fields | |
void * | coder |
Data specific to the LZ-based decoder. More... | |
lzma_ret(* | code )(void *coder, lzma_dict *restrict dict, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size) |
Function to decode from in[] to *dict. More... | |
void(* | reset )(void *coder, const void *options) |
void(* | set_uncompressed )(void *coder, lzma_vli uncompressed_size) |
Set the uncompressed size. More... | |
void(* | end )(void *coder, const lzma_allocator *allocator) |
Free allocated resources. More... | |
void* lzma_lz_decoder::coder |
Data specific to the LZ-based decoder.
lzma_ret(* lzma_lz_decoder::code) (void *coder, lzma_dict *restrict dict, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size) |
Function to decode from in[] to *dict.
Set the uncompressed size.
void(* lzma_lz_decoder::end) (void *coder, const lzma_allocator *allocator) |
Free allocated resources.