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