Home
last modified time | relevance | path

Searched refs:BrotliEncoderAttachPreparedDictionary (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/brotli/include/brotli/
H A Dencode.h314 BROTLI_ENC_API BROTLI_BOOL BrotliEncoderAttachPreparedDictionary(
/aosp_15_r20/external/cronet/third_party/brotli/tools/
H A Dbrotli.c1109 BrotliEncoderAttachPreparedDictionary(s, context->prepared_dictionary); in CompressFiles()
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dencode.c2038 BROTLI_BOOL BrotliEncoderAttachPreparedDictionary(BrotliEncoderState* state, in BrotliEncoderAttachPreparedDictionary() function