Home
last modified time | relevance | path

Searched refs:ownsHandle (Results 76 – 100 of 195) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsObject.cs50 internal MonoBtlsHandle (IntPtr handle, bool ownsHandle) in MonoBtlsHandle() argument
51 : base (handle, ownsHandle) in MonoBtlsHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.CreateFile2.cs59 return new SafeFileHandle(handle, ownsHandle: true); in CreateFile()
79 return new SafeFileHandle(handle, ownsHandle: true); in CreateFile()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Sockets/
H A DSafeSocketHandle.cs30 public SafeSocketHandle (IntPtr preexistingHandle, bool ownsHandle) : base (ownsHandle) in SafeSocketHandle() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/OSX/System.Security.Cryptography.Native.Apple/
H A DInterop.Keychain.cs216 : base(IntPtr.Zero, ownsHandle: true) in SafeKeychainItemHandle()
234 : base(IntPtr.Zero, ownsHandle: true) in SafeKeychainHandle()
239 : base(handle, ownsHandle: true) in SafeKeychainHandle()
H A DInterop.Ssl.cs609 : base(IntPtr.Zero, ownsHandle: true) in SafeSslHandle()
613 internal SafeSslHandle(IntPtr invalidHandleValue, bool ownsHandle) in SafeSslHandle() argument
614 : base(invalidHandleValue, ownsHandle) in SafeSslHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Security.Cryptography.Native/
H A DInterop.SslCtx.cs83 internal SafeSslContextHandle(IntPtr handle, bool ownsHandle) in SafeSslContextHandle() argument
84 : base(handle, ownsHandle) in SafeSslContextHandle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DSafeBuffer.cs43 protected SafeBuffer (bool ownsHandle) : base (ownsHandle) in SafeBuffer() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SafeNetHandles.cs128 protected DebugSafeHandle(bool ownsHandle): base(ownsHandle) { in DebugSafeHandle() argument
132 protected DebugSafeHandle(IntPtr invalidValue, bool ownsHandle): base(ownsHandle) { in DebugSafeHandle() argument
191 protected DebugSafeHandleMinusOneIsInvalid(bool ownsHandle): base(ownsHandle) { in DebugSafeHandleMinusOneIsInvalid() argument
666 private SafeLocalFree(bool ownsHandle) : base(ownsHandle) {} in SafeLocalFree() argument
697 private SafeGlobalFree(bool ownsHandle) : base(ownsHandle) { } in SafeGlobalFree() argument
718 private SafeOverlappedFree(bool ownsHandle) : base(ownsHandle) {} in SafeOverlappedFree() argument
778 private SafeLoadLibrary(bool ownsHandle) : base(ownsHandle) { in SafeLoadLibrary() argument
816 internal SafeFreeCertChain(IntPtr handle, bool ownsHandle) in SafeFreeCertChain() argument
817 : base(ownsHandle) in SafeFreeCertChain()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Activation/
H A DListenerUnsafeNativeMethods.cs251 internal SafeCloseHandle(IntPtr handle, bool ownsHandle) in SafeCloseHandle() argument
252 : base(ownsHandle) in SafeCloseHandle()
254 …DiagnosticUtility.DebugAssert(handle == IntPtr.Zero || !ownsHandle, "Unsafe to create a SafeHandle… in SafeCloseHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.FileDescriptors.cs20 return new SafeFileHandle((IntPtr)fileNumber, ownsHandle: false); in CreateFileHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/
H A DSafeEvpMdCtxHandle.Unix.cs14 base(IntPtr.Zero, ownsHandle: true) in SafeEvpMdCtxHandle()
H A DSafePkcs12Handle.Unix.cs13 base(IntPtr.Zero, ownsHandle: true) in SafePkcs12Handle()
H A DSafeHmacCtxHandle.Unix.cs13 base(IntPtr.Zero, ownsHandle: true) in SafeHmacCtxHandle()
H A DSafePkcs7Handle.Unix.cs13 base(IntPtr.Zero, ownsHandle: true) in SafePkcs7Handle()
H A DSafeUnicodeStringHandle.cs19 : base(IntPtr.Zero, ownsHandle: true) in SafeUnicodeStringHandle()
H A DSafeEvpCipherCtxHandle.Unix.cs14 base(IntPtr.Zero, ownsHandle: true) in SafeEvpCipherCtxHandle()
H A DSafeX509NameHandle.Unix.cs14 base(IntPtr.Zero, ownsHandle: true) in SafeX509NameHandle()
H A DSafeDsaHandle.Unix.cs15 base(IntPtr.Zero, ownsHandle: true) in SafeDsaHandle()
H A DSafeEcKeyHandle.Unix.cs15 base(IntPtr.Zero, ownsHandle: true) in SafeEcKeyHandle()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DHeapAllocHandle.cs18 : base(ownsHandle: true) { in HeapAllocHandle()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/src/Microsoft/Win32/SafeHandles/
H A DSafeCryptMsgHandle.cs14 base(IntPtr.Zero, ownsHandle: true) in SafeCryptMsgHandle()
H A DSafeCertContextHandle.cs16 base(handle, ownsHandle: true) in SafeCertContextHandle()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/
H A DSafeBuffer.cs84 protected SafeBuffer(bool ownsHandle) : base(ownsHandle) in SafeBuffer() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/InteropServices/
H A DSafeBuffer.cs84 protected SafeBuffer(bool ownsHandle) : base(ownsHandle) in SafeBuffer() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp116 SkASSERT(this->ownsHandle(handle)); in freeCPUHandle()
155 if (fDescriptorHeaps[i]->ownsHandle(dsvDescriptor)) { in releaseHandle()

12345678