Searched refs:BrotliGetDictionary (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/brotli/dist/c/common/
H A Ddictionary.c5898 const BrotliDictionary* BrotliGetDictionary() { function in typeref:typename:const BrotliDictionary *
H A Ddictionary.h44 BROTLI_COMMON_API const BrotliDictionary* BrotliGetDictionary(void);
51 * Dictionary data MUST be provided before BrotliGetDictionary is invoked.
/xsrc/external/mit/brotli/dist/c/enc/
H A Dencoder_dict.c19 dict->words = BrotliGetDictionary();
/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.c84 s->dictionary = BrotliGetDictionary();

Completed in 19 milliseconds