• Home
  • Raw
  • Download

Lines Matching refs:BROTLI_TRUE

67       return BROTLI_TRUE;  in BrotliDecoderSetParameter()
71 return BROTLI_TRUE; in BrotliDecoderSetParameter()
156 s->large_window = BROTLI_TRUE; in DecodeWindowBits()
383 return BROTLI_TRUE; in SafeDecodeSymbol()
393 return BROTLI_TRUE; in SafeDecodeSymbol()
412 return BROTLI_TRUE; in SafeDecodeSymbol()
420 return BROTLI_TRUE; in SafeReadSymbol()
663 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
677 get_byte = BROTLI_TRUE; in SafeReadSymbolCodeLengths()
906 return BROTLI_TRUE; in SafeReadBlockLength()
1161 return BROTLI_TRUE; in DecodeBlockTypeAndLength()
1203 return BROTLI_TRUE; in DecodeLiteralBlockSwitchInternal()
1223 return BROTLI_TRUE; in DecodeCommandBlockSwitchInternal()
1245 return BROTLI_TRUE; in DecodeDistanceBlockSwitchInternal()
1272 size_t to_write = UnwrittenBytes(s, BROTLI_TRUE); in WriteRingBuffer()
1330 return BROTLI_TRUE; in BrotliEnsureRingBuffer()
1352 return BROTLI_TRUE; in BrotliEnsureRingBuffer()
1502 return BROTLI_TRUE; in SafeReadBits()
1512 return BROTLI_TRUE; in SafeReadBits32()
1640 return BROTLI_TRUE; in ReadDistanceInternal()
1653 return BROTLI_TRUE; in ReadDistanceInternal()
1701 return BROTLI_TRUE; in ReadCommandInternal()
1717 return BROTLI_TRUE; in CheckInputAmount()
2104 available_out, next_out, total_out, BROTLI_TRUE); in BrotliDecoderDecompressStream()
2393 BROTLI_BOOL allocation_success = BROTLI_TRUE; in BrotliDecoderDecompressStream()
2531 s, available_out, next_out, total_out, BROTLI_TRUE); in BrotliDecoderDecompressStream()
2561 status = WriteRingBuffer(s, &available_out, &result, 0, BROTLI_TRUE); in BrotliDecoderTakeOutput()