Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Ddecode.c2304 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream() local
2311 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2314 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2317 allocation_success &= BrotliDecoderHuffmanTreeGroupInit( in BrotliDecoderDecompressStream()
2320 if (!allocation_success) { in BrotliDecoderDecompressStream()