Searched defs:BrotliEncoderDictionary (Results 1 – 2 of 2) sorted by relevance
20 typedef struct BrotliEncoderDictionary { struct35 } BrotliEncoderDictionary; argument
57 typedef struct BrotliEncoderDictionary { struct58 const BrotliDictionary* words;59 uint32_t num_transforms;62 uint32_t cutoffTransformsCount;63 uint64_t cutoffTransforms;66 const uint16_t* hash_table_words;90 } BrotliEncoderDictionary; argument