|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Go to the source code of this file.
Classes | |
| struct | BrotliStateStruct |
Macros | |
| #define | BrotliState BrotliStateInternal |
Typedefs | |
| typedef struct BrotliStateStruct | BrotliStateInternal |
Functions | |
| BROTLI_INTERNAL void | BrotliStateInit (BrotliState *s) |
| BROTLI_INTERNAL void | BrotliStateInitWithCustomAllocators (BrotliState *s, brotli_alloc_func alloc_func, brotli_free_func free_func, void *opaque) |
| BROTLI_INTERNAL void | BrotliStateCleanup (BrotliState *s) |
| BROTLI_INTERNAL void | BrotliStateMetablockBegin (BrotliState *s) |
| BROTLI_INTERNAL void | BrotliStateCleanupAfterMetablock (BrotliState *s) |
| BROTLI_INTERNAL void | BrotliHuffmanTreeGroupInit (BrotliState *s, HuffmanTreeGroup *group, uint32_t alphabet_size, uint32_t ntrees) |
| BROTLI_INTERNAL void | BrotliHuffmanTreeGroupRelease (BrotliState *s, HuffmanTreeGroup *group) |
| #define BrotliState BrotliStateInternal |
| BROTLI_INTERNAL void BrotliHuffmanTreeGroupInit | ( | BrotliState * | s, |
| HuffmanTreeGroup * | group, | ||
| uint32_t | alphabet_size, | ||
| uint32_t | ntrees | ||
| ) |
| BROTLI_INTERNAL void BrotliHuffmanTreeGroupRelease | ( | BrotliState * | s, |
| HuffmanTreeGroup * | group | ||
| ) |
| BROTLI_INTERNAL void BrotliStateCleanup | ( | BrotliState * | s | ) |
| BROTLI_INTERNAL void BrotliStateCleanupAfterMetablock | ( | BrotliState * | s | ) |
| BROTLI_INTERNAL void BrotliStateInit | ( | BrotliState * | s | ) |
| BROTLI_INTERNAL void BrotliStateInitWithCustomAllocators | ( | BrotliState * | s, |
| brotli_alloc_func | alloc_func, | ||
| brotli_free_func | free_func, | ||
| void * | opaque | ||
| ) |
| BROTLI_INTERNAL void BrotliStateMetablockBegin | ( | BrotliState * | s | ) |
1.8.13