Home
last modified time | relevance | path

Searched refs:BrotliDecoderCompoundDictionary (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Dstate.h194 typedef struct BrotliDecoderCompoundDictionary { struct
205 } BrotliDecoderCompoundDictionary; argument
346 BrotliDecoderCompoundDictionary* compound_dictionary;
H A Ddecode.c1409 BrotliDecoderCompoundDictionary* addon = state->compound_dictionary; in AttachCompoundDictionary()
1412 addon = (BrotliDecoderCompoundDictionary*)BROTLI_DECODER_ALLOC( in AttachCompoundDictionary()
1413 state, sizeof(BrotliDecoderCompoundDictionary)); in AttachCompoundDictionary()
1432 BrotliDecoderCompoundDictionary* addon = state->compound_dictionary; in EnsureCoumpoundDictionaryInitialized()
1450 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in InitializeCompoundDictionaryCopy()
1472 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in CopyFromCompoundDictionary()
2656 BrotliDecoderCompoundDictionary* addon = s->compound_dictionary; in BrotliDecoderDecompressStream()