Home
last modified time | relevance | path

Searched refs:ZLibErrorVersionMismatch (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IO.Compression/corefx/
H A DSR.cs26 …public const string ZLibErrorVersionMismatch = "The version of the underlying compression routine … field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Compression/src/System/IO/Compression/DeflateZLib/
H A DInflater.cs171 …throw new ZLibException(SR.ZLibErrorVersionMismatch, "inflateInit2_", (int)error, _zlibStream.GetE… in InflateInit()
H A DDeflater.cs228 …throw new ZLibException(SR.ZLibErrorVersionMismatch, "deflateInit2_", (int)errC, _zlibStream.GetEr… in DeflateInit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/compression/
H A DDeflaterZLib.cs237 …throw new ZLibException(SR.GetString(SR.ZLibErrorVersionMismatch), "deflateInit2_", (int) errC, _z… in DeflateInit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1421 …public const string ZLibErrorVersionMismatch = "The version of the underlying compression routine … field in SR