Lines Matching refs:BROTLI_FALSE

62   if (state->state != BROTLI_STATE_UNINITED) return BROTLI_FALSE;  in BrotliDecoderSetParameter()
72 default: return BROTLI_FALSE; in BrotliDecoderSetParameter()
137 s->large_window = BROTLI_FALSE; in DecodeWindowBits()
382 return BROTLI_FALSE; /* No valid bits at all. */ in SafeDecodeSymbol()
392 return BROTLI_FALSE; /* Not enough bits for the first level. */ in SafeDecodeSymbol()
396 return BROTLI_FALSE; /* Not enough bits to move to the second level. */ in SafeDecodeSymbol()
404 return BROTLI_FALSE; /* Not enough bits for the second level. */ in SafeDecodeSymbol()
640 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
648 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
882 return BROTLI_FALSE; in SafeReadBlockLength()
893 return BROTLI_FALSE; in SafeReadBlockLength()
1065 skip_preamble = BROTLI_FALSE; in DecodeContextMap()
1121 return BROTLI_FALSE; in DecodeBlockTypeAndLength()
1131 if (!SafeReadSymbol(type_tree, br, &block_type)) return BROTLI_FALSE; in DecodeBlockTypeAndLength()
1135 return BROTLI_FALSE; in DecodeBlockTypeAndLength()
1190 return BROTLI_FALSE; in DecodeLiteralBlockSwitchInternal()
1210 return BROTLI_FALSE; in DecodeCommandBlockSwitchInternal()
1230 return BROTLI_FALSE; in DecodeDistanceBlockSwitchInternal()
1328 return BROTLI_FALSE; in BrotliEnsureRingBuffer()
1381 s, available_out, next_out, total_out, BROTLI_FALSE); in CopyUncompressedBlockToOutput()
1512 return BROTLI_FALSE; in ReadDistanceInternal()
1544 return BROTLI_FALSE; in ReadDistanceInternal()
1581 return BROTLI_FALSE; in ReadCommandInternal()
1598 return BROTLI_FALSE; in ReadCommandInternal()
2373 s, available_out, next_out, total_out, BROTLI_FALSE); in BrotliDecoderDecompressStream()
2443 return BROTLI_FALSE; in BrotliDecoderHasMoreOutput()
2446 s->ringbuffer != 0 && UnwrittenBytes(s, BROTLI_FALSE) != 0); in BrotliDecoderHasMoreOutput()