Home
last modified time | relevance | path

Searched defs:LocalAlloc (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.LocalAlloc.cs15 internal static extern SafeLocalAllocHandle LocalAlloc(int uFlags, UIntPtr sizetdwBytes); in LocalAlloc() method in Interop.Kernel32
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/Common/System/Data/Common/
H A DSafeNativeMethods.cs11 internal static IntPtr LocalAlloc(IntPtr initialSize) in LocalAlloc() method in System.Data.SafeNativeMethods
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Microsoft/Win32/SafeHandles/
H A DSafeLocalAllocHandle.cs16 internal static SafeLocalAllocHandle LocalAlloc(int cb) in LocalAlloc() method in Microsoft.Win32.SafeHandles.SafeLocalAllocHandle
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DSafeNativeMethods.cs92 static internal extern IntPtr LocalAlloc(int flags, IntPtr countOfBytes); in LocalAlloc() method in System.Data.Common.SafeNativeMethods
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go159 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go159 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go159 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c48 #define LocalAlloc(a,b) malloc(b) macro
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c48 #define LocalAlloc(a,b) malloc(b) macro
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c48 #define LocalAlloc(a,b) malloc(b) macro
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_os2.c48 #define LocalAlloc(a,b) malloc(b) macro
/dports/games/libretro-px68k/px68k-libretro-8455d9c/win32api/
H A Dpeace.c260 LocalAlloc(UINT flags, UINT bytes) in LocalAlloc() function
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go182 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go182 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go182 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Security/Cryptography/
H A DCapiNative.cs492 SafeLocalAllocHandle LocalAlloc( in LocalAlloc() method in System.Security.Cryptography.CapiNative.UnsafeNativeMethods
806 internal static SafeLocalAllocHandle LocalAlloc(uint uFlags, IntPtr sizetdwBytes) { in LocalAlloc() method in System.Security.Cryptography.CapiNative
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go210 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go210 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go234 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go234 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/Microsoft/hcsshim/internal/winapi/
H A Dzsyscall_windows.go234 func LocalAlloc(flags uint32, size int) (ptr uintptr) { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SafeNetHandles.cs668 public static SafeLocalFree LocalAlloc(int cb) { in LocalAlloc() method in System.Net.SafeLocalFree
2754 public static SafeLocalFreeChannelBinding LocalAlloc(int cb) in LocalAlloc() method in System.Net.SafeLocalFreeChannelBinding
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/HttpApi/
H A DInterop.HttpApi.cs580 public static SafeLocalFreeChannelBinding LocalAlloc(int cb) in LocalAlloc() method in Interop.HttpApi.SafeLocalFreeChannelBinding
600 … internal static extern SafeLocalFreeChannelBinding LocalAlloc(int uFlags, UIntPtr sizetdwBytes); in LocalAlloc() method in Interop.HttpApi
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKernel32.java925 Pointer LocalAlloc(int /* UINT */uFlags, int /* SIZE_T */uBytes); in LocalAlloc() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Memory/
H A Dmod.rs85 pub fn LocalAlloc(uflags: LOCAL_ALLOC_FLAGS, ubytes: usize) -> isize; in LocalAlloc() function

12345678910>>...13