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

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c2393 BROTLI_BOOL allocation_success = BROTLI_TRUE; local in function:BrotliDecoderDecompressStream
2407 allocation_success &= BrotliDecoderHuffmanTreeGroupInit(
2410 allocation_success &= BrotliDecoderHuffmanTreeGroupInit(
2413 allocation_success &= BrotliDecoderHuffmanTreeGroupInit(
2416 if (!allocation_success) {

Completed in 4 milliseconds