◆ coder
void* lzma_lz_decoder::coder |
Data specific to the LZ-based decoder.
◆ code
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_uncompressed
void(* lzma_lz_decoder::set_uncompressed) (void *coder, lzma_vli uncompressed_size, bool allow_eopm) |
Set the uncompressed size. If uncompressed_size == LZMA_VLI_UNKNOWN then allow_eopm will always be true.
◆ end
Free allocated resources.
The documentation for this struct was generated from the following file: