![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
LZMA decoder API. More...
#include "common.h"
Go to the source code of this file.
Functions | |
lzma_ret | lzma_lzma_decoder_init (lzma_next_coder *next, const lzma_allocator *allocator, const lzma_filter_info *filters) |
Allocates and initializes LZMA decoder. | |
uint64_t | lzma_lzma_decoder_memusage (const void *options) |
lzma_ret | lzma_lzma_props_decode (void **options, const lzma_allocator *allocator, const uint8_t *props, size_t props_size) |
bool | lzma_lzma_lclppb_decode (lzma_options_lzma *options, uint8_t byte) |
Decodes the LZMA Properties byte (lc/lp/pb) | |
LZMA decoder API.
|
extern |
Allocates and initializes LZMA decoder.
|
extern |
|
extern |
Decodes the LZMA Properties byte (lc/lp/pb)
|
extern |