Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c2393 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream() local
2407 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2410 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2413 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2416 if (!allocation_success) { in BrotliDecoderDecompressStream()