Searched refs:WriteRingBuffer (Results 1 – 2 of 2) sorted by relevance
1257 static BrotliDecoderErrorCode BROTLI_NOINLINE WriteRingBuffer( in WriteRingBuffer() function1380 result = WriteRingBuffer( in CopyUncompressedBlockToOutput()2021 BrotliDecoderErrorCode intermediate_result = WriteRingBuffer(s, in BrotliDecoderDecompressStream()2372 result = WriteRingBuffer( in BrotliDecoderDecompressStream()2428 result = WriteRingBuffer( in BrotliDecoderDecompressStream()2459 status = WriteRingBuffer(s, &available_out, &result, 0, BROTLI_TRUE); in BrotliDecoderTakeOutput()
637 private static bool WriteRingBuffer(Org.Brotli.Dec.State state) in WriteRingBuffer() method in Org.Brotli.Dec.Decode961 if (!WriteRingBuffer(state)) in Decompress()