Home
last modified time | relevance | path

Searched refs:STATUS_NO_MEMORY (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/dports/net/freerdp/freerdp-2.5.0/channels/smartcard/client/
H A Dsmartcard_operations.c238 return STATUS_NO_MEMORY; in smartcard_EstablishContext_Decode()
271 return STATUS_NO_MEMORY; in smartcard_EstablishContext_Call()
303 return STATUS_NO_MEMORY; in smartcard_ReleaseContext_Decode()
343 return STATUS_NO_MEMORY; in smartcard_IsValidContext_Decode()
369 return STATUS_NO_MEMORY; in smartcard_ListReaderGroupsA_Decode()
408 return STATUS_NO_MEMORY; in smartcard_ListReaderGroupsW_Decode()
426 return STATUS_NO_MEMORY; in smartcard_ListReaderGroupsW_Call()
540 return STATUS_NO_MEMORY; in smartcard_ListReadersA_Decode()
597 return STATUS_NO_MEMORY; in smartcard_ListReadersW_Decode()
612 return STATUS_NO_MEMORY; in smartcard_context_and_two_strings_a_Decode()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/io/
H A Ddevice.c136 return STATUS_NO_MEMORY; in _IoCreateDeviceEx()
151 return STATUS_NO_MEMORY; in _IoCreateDeviceEx()
159 return STATUS_NO_MEMORY; in _IoCreateDeviceEx()
169 return STATUS_NO_MEMORY; in _IoCreateDeviceEx()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/BCrypt/
H A DInterop.BCryptGenRandom.cs23 internal const int STATUS_NO_MEMORY = unchecked((int)0xC0000017); field in Interop.BCrypt
34 if (status == BCrypt.STATUS_NO_MEMORY) in GetRandomBytes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/BCrypt/
H A DInterop.BCryptGenRandom.cs23 internal const int STATUS_NO_MEMORY = unchecked((int)0xC0000017); field in Interop.BCrypt
34 if (status == BCrypt.STATUS_NO_MEMORY) in GetRandomBytes()
/dports/lang/clover/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/libosmesa-gallium/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-gallium-va/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-libs/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/libosmesa/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-dri/mesa-21.3.6/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/include/winddk/
H A Dwinddk_compat.h172 #ifndef STATUS_NO_MEMORY
173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/win-crypto-ng-0.2.0/src/
H A Dlib.rs56 ntstatus::STATUS_NO_MEMORY | winapi::shared::winerror::NTE_NO_MEMORY => { in check()
87 Error::NoMemory => ntstatus::STATUS_NO_MEMORY, in into()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dstatus.go18 STATUS_NO_MEMORY Status = C.CAIRO_STATUS_NO_MEMORY const
60 STATUS_NO_MEMORY: "CAIRO_STATUS_NO_MEMORY",
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dstatus.go18 STATUS_NO_MEMORY Status = C.CAIRO_STATUS_NO_MEMORY const
60 STATUS_NO_MEMORY: "CAIRO_STATUS_NO_MEMORY",
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dstatus.go18 STATUS_NO_MEMORY Status = C.CAIRO_STATUS_NO_MEMORY const
60 STATUS_NO_MEMORY: "CAIRO_STATUS_NO_MEMORY",
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dstatus.go18 STATUS_NO_MEMORY Status = C.CAIRO_STATUS_NO_MEMORY const
60 STATUS_NO_MEMORY: "CAIRO_STATUS_NO_MEMORY",
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dstatus.go18 STATUS_NO_MEMORY Status = C.CAIRO_STATUS_NO_MEMORY const
60 STATUS_NO_MEMORY: "CAIRO_STATUS_NO_MEMORY",
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/BCrypt/
H A DInterop.NTSTATUS.cs16 STATUS_NO_MEMORY = 0xc0000017, enumerator
/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dset_configuration.c117 status = STATUS_NO_MEMORY; in set_configuration()
159 status = STATUS_NO_MEMORY; in set_configuration()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/NtDll/
H A DInterop.NtStatus.cs14 internal const uint STATUS_NO_MEMORY = 0xC0000017; field in Interop.StatusOptions
/dports/devel/py-cysignals/cysignals-1.11.1/src/cysignals/
H A Dimplementation_cygwin.c59 case STATUS_NO_MEMORY: in win32_altstack_handler()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dpool.c61 RaiseException(STATUS_NO_MEMORY, EXCEPTION_NONCONTINUABLE, 0, NULL); in abort_on_pool_failure()

12345678910>>...29