Home
last modified time | relevance | path

Searched refs:CreatePreparedDictionary (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dcompound_dictionary.h37 BROTLI_INTERNAL PreparedDictionary* CreatePreparedDictionary(MemoryManager* m,
H A Dcompound_dictionary.c152 PreparedDictionary* CreatePreparedDictionary(MemoryManager* m, in CreatePreparedDictionary() function
H A Dencoder_dict.c519 PreparedDictionary* prepared = CreatePreparedDictionary(m, in InitCustomSharedEncoderDictionary()
H A Dencode.c1991 managed_dictionary->dictionary = (uint32_t*)CreatePreparedDictionary( in BrotliEncoderPrepareDictionary()