![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include <lz_encoder.h>
Data Fields | |
void * | coder |
Data specific to the LZ-based encoder. | |
lzma_ret(* | code )(void *coder, lzma_mf *restrict mf, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size) |
Function to encode from *dict to out[]. | |
void(* | end )(void *coder, const lzma_allocator *allocator) |
Free allocated resources. | |
lzma_ret(* | options_update )(void *coder, const lzma_filter *filter) |
Update the options in the middle of the encoding. | |
lzma_ret(* | set_out_limit )(void *coder, uint64_t *uncomp_size, uint64_t out_limit) |
Set maximum allowed output size. | |
lzma_ret(* code)(void *coder, lzma_mf *restrict mf, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size) |
Function to encode from *dict to out[].
void * coder |
Data specific to the LZ-based encoder.
void(* end)(void *coder, const lzma_allocator *allocator) |
Free allocated resources.
lzma_ret(* options_update)(void *coder, const lzma_filter *filter) |
Update the options in the middle of the encoding.
lzma_ret(* set_out_limit)(void *coder, uint64_t *uncomp_size, uint64_t out_limit) |
Set maximum allowed output size.