Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c1471 static int CopyFromCompoundDictionary(BrotliDecoderState* s, int pos) { in CopyFromCompoundDictionary() function
2023 pos += CopyFromCompoundDictionary(s, pos); in ProcessCommandsInternal()
2658 s->pos += CopyFromCompoundDictionary(s, s->pos); in BrotliDecoderDecompressStream()