webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
int | BrotliStateIsStreamStart (const BrotliState *s) |
int | BrotliStateIsStreamEnd (const BrotliState *s) |
void | BrotliStateInit (BrotliState *s) |
void | BrotliStateInitWithCustomAllocators (BrotliState *s, brotli_alloc_func alloc_func, brotli_free_func free_func, void *opaque) |
void | BrotliStateMetablockBegin (BrotliState *s) |
void | BrotliStateCleanupAfterMetablock (BrotliState *s) |
void | BrotliStateCleanup (BrotliState *s) |
void | BrotliHuffmanTreeGroupInit (BrotliState *s, HuffmanTreeGroup *group, uint32_t alphabet_size, uint32_t ntrees) |
void | BrotliHuffmanTreeGroupRelease (BrotliState *s, HuffmanTreeGroup *group) |
void BrotliHuffmanTreeGroupInit | ( | BrotliState * | s, |
HuffmanTreeGroup * | group, | ||
uint32_t | alphabet_size, | ||
uint32_t | ntrees | ||
) |
void BrotliHuffmanTreeGroupRelease | ( | BrotliState * | s, |
HuffmanTreeGroup * | group | ||
) |
void BrotliStateCleanup | ( | BrotliState * | s | ) |
void BrotliStateCleanupAfterMetablock | ( | BrotliState * | s | ) |
void BrotliStateInit | ( | BrotliState * | s | ) |
void BrotliStateInitWithCustomAllocators | ( | BrotliState * | s, |
brotli_alloc_func | alloc_func, | ||
brotli_free_func | free_func, | ||
void * | opaque | ||
) |
int BrotliStateIsStreamEnd | ( | const BrotliState * | s | ) |
int BrotliStateIsStreamStart | ( | const BrotliState * | s | ) |
void BrotliStateMetablockBegin | ( | BrotliState * | s | ) |