• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_BOOL

60 BROTLI_BOOL BrotliDecoderSetParameter(  in BrotliDecoderSetParameter()
136 BROTLI_BOOL large_window = s->large_window; in DecodeWindowBits()
372 static BROTLI_NOINLINE BROTLI_BOOL SafeDecodeSymbol( in SafeDecodeSymbol()
412 static BROTLI_INLINE BROTLI_BOOL SafeReadSymbol( in SafeReadSymbol()
640 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths()
876 static BROTLI_INLINE BROTLI_BOOL SafeReadBlockLength( in SafeReadBlockLength()
1045 BROTLI_BOOL skip_preamble = (code != 0xFFFF); in DecodeContextMap()
1110 static BROTLI_INLINE BROTLI_BOOL DecodeBlockTypeAndLength( in DecodeBlockTypeAndLength()
1187 static BROTLI_INLINE BROTLI_BOOL DecodeLiteralBlockSwitchInternal( in DecodeLiteralBlockSwitchInternal()
1200 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeLiteralBlockSwitch( in SafeDecodeLiteralBlockSwitch()
1207 static BROTLI_INLINE BROTLI_BOOL DecodeCommandBlockSwitchInternal( in DecodeCommandBlockSwitchInternal()
1220 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeCommandBlockSwitch( in SafeDecodeCommandBlockSwitch()
1227 static BROTLI_INLINE BROTLI_BOOL DecodeDistanceBlockSwitchInternal( in DecodeDistanceBlockSwitchInternal()
1242 static BROTLI_BOOL BROTLI_NOINLINE SafeDecodeDistanceBlockSwitch( in SafeDecodeDistanceBlockSwitch()
1247 static size_t UnwrittenBytes(const BrotliDecoderState* s, BROTLI_BOOL wrap) { in UnwrittenBytes()
1259 size_t* total_out, BROTLI_BOOL force) { in WriteRingBuffer()
1316 static BROTLI_BOOL BROTLI_NOINLINE BrotliEnsureRingBuffer( in BrotliEnsureRingBuffer()
1490 static BROTLI_INLINE BROTLI_BOOL SafeReadBits( in SafeReadBits()
1501 static BROTLI_INLINE BROTLI_BOOL ReadDistanceInternal( in ReadDistanceInternal()
1564 static BROTLI_INLINE BROTLI_BOOL SafeReadDistance( in SafeReadDistance()
1569 static BROTLI_INLINE BROTLI_BOOL ReadCommandInternal( in ReadCommandInternal()
1612 static BROTLI_INLINE BROTLI_BOOL SafeReadCommand( in SafeReadCommand()
1617 static BROTLI_INLINE BROTLI_BOOL CheckInputAmount( in CheckInputAmount()
2304 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream()
2440 BROTLI_BOOL BrotliDecoderHasMoreOutput(const BrotliDecoderState* s) { in BrotliDecoderHasMoreOutput()
2474 BROTLI_BOOL BrotliDecoderIsUsed(const BrotliDecoderState* s) { in BrotliDecoderIsUsed()
2479 BROTLI_BOOL BrotliDecoderIsFinished(const BrotliDecoderState* s) { in BrotliDecoderIsFinished()