Searched defs:BrotliSharedDictionaryStruct (Results 1 – 1 of 1) sorted by relevance
21 struct BrotliSharedDictionaryStruct { struct23 uint32_t num_prefix; /* max SHARED_BROTLI_MAX_COMPOUND_DICTS */24 size_t prefix_size[SHARED_BROTLI_MAX_COMPOUND_DICTS];25 const uint8_t* prefix[SHARED_BROTLI_MAX_COMPOUND_DICTS];30 BROTLI_BOOL context_based;32 uint8_t context_map[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];35 uint8_t num_dictionaries;38 const BrotliDictionary* words[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];41 const BrotliTransforms* transforms[SHARED_BROTLI_NUM_DICTIONARY_CONTEXTS];67 typedef struct BrotliSharedDictionaryStruct BrotliSharedDictionaryInternal; argument