![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "state.h"#include <stdlib.h>#include <brotli/types.h>#include "../common/dictionary.h"#include "huffman.h"Macros | |
| #define | BROTLI_DECODER_ON_FINISH(s) |
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, brotli_reg_t alphabet_size_max, brotli_reg_t alphabet_size_limit, brotli_reg_t ntrees) |
| #define BROTLI_DECODER_ON_FINISH | ( | s | ) |
| BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit | ( | BrotliDecoderState * | s, |
| HuffmanTreeGroup * | group, | ||
| brotli_reg_t | alphabet_size_max, | ||
| brotli_reg_t | alphabet_size_limit, | ||
| brotli_reg_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 | ) |