| File: Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs | |
| Project: System.Net.WebSockets.csproj (System.Net.WebSockets) |
// <auto-generated/> internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_DeflateInit2_", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode DeflateInit2_(global::System.IO.Compression.ZLibNative.ZStream* stream, global::System.IO.Compression.ZLibNative.CompressionLevel level, global::System.IO.Compression.ZLibNative.CompressionMethod method, int windowBits, int memLevel, global::System.IO.Compression.ZLibNative.CompressionStrategy strategy); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_Deflate", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode Deflate(global::System.IO.Compression.ZLibNative.ZStream* stream, global::System.IO.Compression.ZLibNative.FlushCode flush); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_DeflateEnd", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode DeflateEnd(global::System.IO.Compression.ZLibNative.ZStream* stream); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_DeflateReset", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode DeflateReset(global::System.IO.Compression.ZLibNative.ZStream* stream); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_InflateInit2_", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode InflateInit2_(global::System.IO.Compression.ZLibNative.ZStream* stream, int windowBits); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_InflateReset2_", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode InflateReset2_(global::System.IO.Compression.ZLibNative.ZStream* stream, int windowBits); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_Inflate", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode Inflate(global::System.IO.Compression.ZLibNative.ZStream* stream, global::System.IO.Compression.ZLibNative.FlushCode flush); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_InflateEnd", ExactSpelling = true)] internal static unsafe extern partial global::System.IO.Compression.ZLibNative.ErrorCode InflateEnd(global::System.IO.Compression.ZLibNative.ZStream* stream); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_Crc32", ExactSpelling = true)] internal static unsafe extern partial uint crc32(uint crc, byte* buffer, int len); } } internal static partial class Interop { internal static partial class ZLib { [global::System.Runtime.InteropServices.DllImportAttribute("libSystem.IO.Compression.Native", EntryPoint = "CompressionNative_CompressBound", ExactSpelling = true)] internal static extern partial uint compressBound(uint sourceLen); } }