Searched refs:STATUS_NO_MEMORY (Results 1 – 7 of 7) sorted by relevance
172 #ifndef STATUS_NO_MEMORY173 #define STATUS_NO_MEMORY ((NTSTATUS)0xC0000017L) macro
68 __except(GetExceptionCode() == STATUS_NO_MEMORY
115 __except(GetExceptionCode() == STATUS_NO_MEMORY
153 case STATUS_NO_MEMORY: in uv__ntstatus_to_winsock_error()
767 #ifndef STATUS_NO_MEMORY768 # define STATUS_NO_MEMORY ((NTSTATUS) 0xC0000017L) macro