Home
last modified time | relevance | path

Searched refs:RPC_X_NO_MEMORY (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/include/psdk/
H A Drpcnterr.h35 #define RPC_X_NO_MEMORY RPC_S_OUT_OF_MEMORY macro
/reactos/dll/win32/rpcrt4/
H A Dndr_contexthandle.c191 return RPC_X_NO_MEMORY; in ndr_update_context_handle()
H A Dndr_stubless.c1630 if (!async_call_data) RpcRaiseException(RPC_X_NO_MEMORY); in do_ndr_async_client_call()
1975 if (!async_call_data) RpcRaiseException(RPC_X_NO_MEMORY); in NdrAsyncServerCall()
2053 if (!pAsync) RpcRaiseException(RPC_X_NO_MEMORY); in NdrAsyncServerCall()
H A Dndr_marshall.c436 if (!p) RpcRaiseException(RPC_X_NO_MEMORY); in NdrAllocate()
/reactos/dll/win32/ole32/
H A Dusrmarshal.c1630 if(!h) RaiseException(RPC_X_NO_MEMORY, 0, 0, NULL); in WdtpInterfacePointer_UserUnmarshal()
1635 RaiseException(RPC_X_NO_MEMORY, 0, 0, NULL); in WdtpInterfacePointer_UserUnmarshal()