![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "../common/constants.h"#include "../common/dictionary.h"#include "../common/platform.h"#include "../common/transform.h"#include <brotli/types.h>#include "./bit_reader.h"#include "./huffman.h"Go to the source code of this file.
Data Structures | |
| struct | BrotliMetablockHeaderArena |
| struct | BrotliMetablockBodyArena |
| struct | BrotliDecoderStateStruct |
Macros | |
| #define | BrotliDecoderState BrotliDecoderStateInternal |
| #define | BROTLI_DECODER_ALLOC(S, L) |
| #define | BROTLI_DECODER_FREE(S, X) |
Typedefs | |
| typedef struct BrotliMetablockHeaderArena | BrotliMetablockHeaderArena |
| typedef struct BrotliMetablockBodyArena | BrotliMetablockBodyArena |
Functions | |
| BROTLI_INTERNAL BROTLI_BOOL | BrotliDecoderStateInit (BrotliDecoderState *s, brotli_alloc_func alloc_func, brotli_free_func free_func, void *opaque) |
| BROTLI_INTERNAL void | BrotliDecoderStateCleanup (BrotliDecoderState *s) |
| BROTLI_INTERNAL void | BrotliDecoderStateMetablockBegin (BrotliDecoderState *s) |
| BROTLI_INTERNAL void | BrotliDecoderStateCleanupAfterMetablock (BrotliDecoderState *s) |
| BROTLI_INTERNAL BROTLI_BOOL | BrotliDecoderHuffmanTreeGroupInit (BrotliDecoderState *s, HuffmanTreeGroup *group, uint32_t alphabet_size_max, uint32_t alphabet_size_limit, uint32_t ntrees) |
| #define BROTLI_DECODER_ALLOC | ( | S, | |
| L ) |
| typedef struct BrotliMetablockBodyArena BrotliMetablockBodyArena |
| typedef struct BrotliMetablockHeaderArena BrotliMetablockHeaderArena |
| enum BrotliRunningState |
| BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderHuffmanTreeGroupInit | ( | BrotliDecoderState * | s, |
| HuffmanTreeGroup * | group, | ||
| uint32_t | alphabet_size_max, | ||
| uint32_t | alphabet_size_limit, | ||
| uint32_t | ntrees ) |
| BROTLI_INTERNAL void BrotliDecoderStateCleanup | ( | BrotliDecoderState * | s | ) |
| BROTLI_INTERNAL void BrotliDecoderStateCleanupAfterMetablock | ( | BrotliDecoderState * | s | ) |
| BROTLI_INTERNAL BROTLI_BOOL BrotliDecoderStateInit | ( | BrotliDecoderState * | s, |
| brotli_alloc_func | alloc_func, | ||
| brotli_free_func | free_func, | ||
| void * | opaque ) |
| BROTLI_INTERNAL void BrotliDecoderStateMetablockBegin | ( | BrotliDecoderState * | s | ) |