Searched refs:RPC_NT_ENTRY_ALREADY_EXISTS (Results 1 – 5 of 5) sorted by relevance
816 case RPC_S_ENTRY_ALREADY_EXISTS: return RPC_NT_ENTRY_ALREADY_EXISTS; in I_RpcMapWin32Status()
521 case RPC_S_ENTRY_ALREADY_EXISTS: expected_win32status = RPC_NT_ENTRY_ALREADY_EXISTS; break; in test_I_RpcMapWin32Status()
1236 #define RPC_NT_ENTRY_ALREADY_EXISTS ((NTSTATUS)0xC002003D) macro
823 cmp(RPC_NT_ENTRY_ALREADY_EXISTS, RPC_S_ENTRY_ALREADY_EXISTS); in run_error_tests()
1679 CASE_RETURN_STR(RPC_NT_ENTRY_ALREADY_EXISTS); in NtStatusToStr()