Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/brotli/include/brotli/
H A Ddecode.h177 BROTLI_DEC_API BROTLI_BOOL BrotliDecoderAttachDictionary(
/aosp_15_r20/external/cronet/net/filter/
H A Dbrotli_source_stream.cc37 BROTLI_BOOL result = BrotliDecoderAttachDictionary( in BrotliSourceStream()
/aosp_15_r20/external/cronet/third_party/brotli/tools/
H A Dbrotli.c1018 BrotliDecoderAttachDictionary(s, BROTLI_SHARED_DICTIONARY_RAW, in DecompressFiles()
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c1497 BROTLI_BOOL BrotliDecoderAttachDictionary( in BrotliDecoderAttachDictionary() function