5 references to BufError
System.IO.Compression (5)
System\IO\Compression\DeflateDecoder.cs (1)
94ZLibNative.ErrorCode.Ok or ZLibNative.ErrorCode.BufError => _state.AvailOut == 0
System\IO\Compression\DeflateEncoder.cs (2)
222ZLibNative.ErrorCode.BufError => _state.AvailOut == 0 276ZLibNative.ErrorCode.BufError => _state.AvailOut == 0
System\IO\Compression\DeflateZLib\Deflater.cs (1)
214case ZErrorCode.BufError:
System\IO\Compression\DeflateZLib\Inflater.cs (1)
314case ZLibNative.ErrorCode.BufError: // No room in the output buffer - inflate() can be called again with more space to continue