Searched refs:BrotliGetTransforms (Results 1 – 4 of 4) sorted by relevance
20 dict->num_transforms = (uint32_t)BrotliGetTransforms()->num_transforms; in BrotliInitEncoderDictionary()
75 BROTLI_COMMON_API const BrotliTransforms* BrotliGetTransforms(void);
173 const BrotliTransforms* BrotliGetTransforms(void) { in BrotliGetTransforms() function
85 s->transforms = BrotliGetTransforms(); in BrotliDecoderStateInit()