![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
Functions | |
| BROTLI_BOOL | BrotliDecoderStateInit (BrotliDecoderState *s, brotli_alloc_func alloc_func, brotli_free_func free_func, void *opaque) |
| void | BrotliDecoderStateMetablockBegin (BrotliDecoderState *s) |
| void | BrotliDecoderStateCleanupAfterMetablock (BrotliDecoderState *s) |
| void | BrotliDecoderStateCleanup (BrotliDecoderState *s) |
| BROTLI_BOOL | BrotliDecoderHuffmanTreeGroupInit (BrotliDecoderState *s, HuffmanTreeGroup *group, uint32_t alphabet_size_max, uint32_t alphabet_size_limit, uint32_t ntrees) |
| BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit | ( | BrotliDecoderState * | s, |
| HuffmanTreeGroup * | group, | ||
| uint32_t | alphabet_size_max, | ||
| uint32_t | alphabet_size_limit, | ||
| uint32_t | ntrees ) |
| void BrotliDecoderStateCleanup | ( | BrotliDecoderState * | s | ) |
| void BrotliDecoderStateCleanupAfterMetablock | ( | BrotliDecoderState * | s | ) |
| BROTLI_BOOL BrotliDecoderStateInit | ( | BrotliDecoderState * | s, |
| brotli_alloc_func | alloc_func, | ||
| brotli_free_func | free_func, | ||
| void * | opaque ) |
| void BrotliDecoderStateMetablockBegin | ( | BrotliDecoderState * | s | ) |