• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_BOOL

61 BROTLI_BOOL BrotliDecoderSetParameter(  in BrotliDecoderSetParameter()
137 BROTLI_BOOL large_window = s->large_window; in DecodeWindowBits()
375 static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( in SafeDecodeSymbol()
415 static BROTLI_INLINE BROTLI_BOOL SafeReadSymbol( in SafeReadSymbol()
647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
884 static BROTLI_INLINE BROTLI_BOOL SafeReadBlockLength( in SafeReadBlockLength()
1055 BROTLI_BOOL skip_preamble = (code != 0xFFFF); in DecodeContextMap()
1120 static BROTLI_INLINE BROTLI_BOOL DecodeBlockTypeAndLength( in DecodeBlockTypeAndLength()
1197 static BROTLI_INLINE BROTLI_BOOL DecodeLiteralBlockSwitchInternal( in DecodeLiteralBlockSwitchInternal()
1210 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( in SafeDecodeLiteralBlockSwitch()
1217 static BROTLI_INLINE BROTLI_BOOL DecodeCommandBlockSwitchInternal( in DecodeCommandBlockSwitchInternal()
1230 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( in SafeDecodeCommandBlockSwitch()
1237 static BROTLI_INLINE BROTLI_BOOL DecodeDistanceBlockSwitchInternal( in DecodeDistanceBlockSwitchInternal()
1252 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeDistanceBlockSwitch( in SafeDecodeDistanceBlockSwitch()
1257 static size_t UnwrittenBytes(const BrotliDecoderState* s, BROTLI_BOOL wrap) { in UnwrittenBytes()
1269 size_t* total_out, BROTLI_BOOL force) { in WriteRingBuffer()
1326 static BROTLI_BOOL BROTLI_NOINLINE BrotliEnsureRingBuffer( in BrotliEnsureRingBuffer()
1496 static BROTLI_INLINE BROTLI_BOOL SafeReadBits( in SafeReadBits()
1506 static BROTLI_INLINE BROTLI_BOOL SafeReadBits32( in SafeReadBits32()
1618 static BROTLI_INLINE BROTLI_BOOL ReadDistanceInternal( in ReadDistanceInternal()
1661 static BROTLI_INLINE BROTLI_BOOL SafeReadDistance( in SafeReadDistance()
1666 static BROTLI_INLINE BROTLI_BOOL ReadCommandInternal( in ReadCommandInternal()
1709 static BROTLI_INLINE BROTLI_BOOL SafeReadCommand( in SafeReadCommand()
1714 static BROTLI_INLINE BROTLI_BOOL CheckInputAmount( in CheckInputAmount()
2393 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream()
2542 BROTLI_BOOL BrotliDecoderHasMoreOutput(const BrotliDecoderState* s) { in BrotliDecoderHasMoreOutput()
2576 BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* s) { in BrotliDecoderIsUsed()
2581 BROTLI_BOOL BrotliDecoderIsFinished(const BrotliDecoderState* s) { in BrotliDecoderIsFinished()