|
lzma_ret | lzma_lz_encoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters, lzma_ret(*lz_init)(lzma_lz_encoder *lz, const lzma_allocator *allocator, lzma_vli id, const void *options, lzma_lz_options *lz_options)) |
|
uint64_t | lzma_lz_encoder_memusage (const lzma_lz_options *lz_options) |
|
uint32_t | lzma_mf_find (lzma_mf *mf, uint32_t *count, lzma_match *matches) |
| Find matches starting from the current byte.
|
|
uint32_t | lzma_mf_hc3_find (lzma_mf *dict, lzma_match *matches) |
|
void | lzma_mf_hc3_skip (lzma_mf *dict, uint32_t amount) |
|
uint32_t | lzma_mf_hc4_find (lzma_mf *dict, lzma_match *matches) |
|
void | lzma_mf_hc4_skip (lzma_mf *dict, uint32_t amount) |
|
uint32_t | lzma_mf_bt2_find (lzma_mf *dict, lzma_match *matches) |
|
void | lzma_mf_bt2_skip (lzma_mf *dict, uint32_t amount) |
|
uint32_t | lzma_mf_bt3_find (lzma_mf *dict, lzma_match *matches) |
|
void | lzma_mf_bt3_skip (lzma_mf *dict, uint32_t amount) |
|
uint32_t | lzma_mf_bt4_find (lzma_mf *dict, lzma_match *matches) |
|
void | lzma_mf_bt4_skip (lzma_mf *dict, uint32_t amount) |
|
LZ in window and match finder API.