Home
last modified time | relevance | path

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

/reactos/dll/win32/rpcrt4/
H A Drpcrt4_main.c797 case RPC_S_MAX_CALLS_TOO_SMALL: return RPC_NT_MAX_CALLS_TOO_SMALL; in I_RpcMapWin32Status()
/reactos/modules/rostests/winetests/rpcrt4/
H A Drpc.c502 case RPC_S_MAX_CALLS_TOO_SMALL: expected_win32status = RPC_NT_MAX_CALLS_TOO_SMALL; break; in test_I_RpcMapWin32Status()
/reactos/sdk/include/psdk/
H A Dntstatus.h1218 #define RPC_NT_MAX_CALLS_TOO_SMALL ((NTSTATUS)0xC002002B) macro
/reactos/modules/rostests/winetests/ntdll/
H A Derror.c805 cmp(RPC_NT_MAX_CALLS_TOO_SMALL, RPC_S_MAX_CALLS_TOO_SMALL); in run_error_tests()
/reactos/modules/rosapps/drivers/vfd/
H A Dvfddbg.c1661 CASE_RETURN_STR(RPC_NT_MAX_CALLS_TOO_SMALL); in NtStatusToStr()