#include <brotli/port.h>
#include <brotli/types.h>
Go to the source code of this file.
◆ BROTLI_MAX_DICTIONARY_WORD_LENGTH
#define BROTLI_MAX_DICTIONARY_WORD_LENGTH 24 |
◆ BROTLI_MIN_DICTIONARY_WORD_LENGTH
#define BROTLI_MIN_DICTIONARY_WORD_LENGTH 4 |
◆ BrotliDictionary
typedef struct BrotliDictionary BrotliDictionary |
◆ BrotliGetDictionary()
◆ BrotliSetDictionaryData()
Sets dictionary data.
When dictionary data is already set / present, this method is no-op.
Dictionary data MUST be provided before BrotliGetDictionary is invoked. This method is used ONLY in multi-client environment (e.g. C + Java), to reduce storage by sharing single dictionary between implementations.