• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_TRUE

66       return BROTLI_TRUE;  in BrotliDecoderSetParameter()
70 return BROTLI_TRUE; in BrotliDecoderSetParameter()
155 s->large_window = BROTLI_TRUE; in DecodeWindowBits()
380 return BROTLI_TRUE; in SafeDecodeSymbol()
390 return BROTLI_TRUE; in SafeDecodeSymbol()
409 return BROTLI_TRUE; in SafeDecodeSymbol()
417 return BROTLI_TRUE; in SafeReadSymbol()
656 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
670 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
897 return BROTLI_TRUE; in SafeReadBlockLength()
1151 return BROTLI_TRUE; in DecodeBlockTypeAndLength()
1193 return BROTLI_TRUE; in DecodeLiteralBlockSwitchInternal()
1213 return BROTLI_TRUE; in DecodeCommandBlockSwitchInternal()
1235 return BROTLI_TRUE; in DecodeDistanceBlockSwitchInternal()
1262 size_t to_write = UnwrittenBytes(s, BROTLI_TRUE); in WriteRingBuffer()
1320 return BROTLI_TRUE; in BrotliEnsureRingBuffer()
1342 return BROTLI_TRUE; in BrotliEnsureRingBuffer()
1496 return BROTLI_TRUE; in SafeReadBits()
1522 return BROTLI_TRUE; in ReadDistanceInternal()
1556 return BROTLI_TRUE; in ReadDistanceInternal()
1604 return BROTLI_TRUE; in ReadCommandInternal()
1620 return BROTLI_TRUE; in CheckInputAmount()
2022 available_out, next_out, total_out, BROTLI_TRUE); in BrotliDecoderDecompressStream()
2304 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream()
2429 s, available_out, next_out, total_out, BROTLI_TRUE); in BrotliDecoderDecompressStream()
2459 status = WriteRingBuffer(s, &available_out, &result, 0, BROTLI_TRUE); in BrotliDecoderTakeOutput()