Home
last modified time | relevance | path

Searched refs:RPC_S_SERVER_UNAVAILABLE (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DWinspoolUtilTest.java57 … Assume.assumeTrue("Print service not available", error != WinError.RPC_S_SERVER_UNAVAILABLE); in setUp()
76 …Assume.assumeTrue("Print service not available", WinError.RPC_S_SERVER_UNAVAILABLE != e.getHR().in… in testGetPrinterInfo2Specific()
H A DWinspoolTest.java53 … Assume.assumeTrue("Print service not available", error != WinError.RPC_S_SERVER_UNAVAILABLE); in setUp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/remoting/
H A Dredirectionproxy.cs127 const int RPC_S_SERVER_UNAVAILABLE = unchecked((int)0x800706BA); in SyncProcessMessage()
131 ((comException._HResult == RPC_S_SERVER_UNAVAILABLE) || in SyncProcessMessage()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/advapi32/
H A DInterop.ProcessOptions.cs37 internal const int RPC_S_SERVER_UNAVAILABLE = 1722; field in Interop.Advapi32.RPCStatus
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/vboxwrapper/
H A Dvbox_common.h32 #ifndef RPC_S_SERVER_UNAVAILABLE
33 #define RPC_S_SERVER_UNAVAILABLE 0x800706BA macro
/dports/net/samba412/samba-4.12.15/testprogs/win32/spoolss/
H A Derror.c124 case RPC_S_SERVER_UNAVAILABLE: in errstr()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dexceptions.cs221 … internal static int RPC_S_SERVER_UNAVAILABLE = 1722; // map to ActiveDirectoryServerDownException field in System.DirectoryServices.AccountManagement.ExceptionHelper
327 …VERS) || (errorCode == s_ERROR_NO_SUCH_DOMAIN) || (errorCode == RPC_S_SERVER_UNAVAILABLE) || (erro… in GetExceptionFromErrorCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DException.cs253 … internal static int RPC_S_SERVER_UNAVAILABLE = 1722; // map to ActiveDirectoryServerDownException field in System.DirectoryServices.ActiveDirectory.ExceptionHelper
365 …VERS) || (errorCode == s_ERROR_NO_SUCH_DOMAIN) || (errorCode == RPC_S_SERVER_UNAVAILABLE) || (erro… in GetExceptionFromErrorCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DPerformanceCounterLib.cs250 case Interop.Advapi32.RPCStatus.RPC_S_SERVER_UNAVAILABLE: in GetData()
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp185 HRESULT_FROM_WIN32(RPC_S_SERVER_UNAVAILABLE); in InvalidateHandlers()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp184 HRESULT_FROM_WIN32(RPC_S_SERVER_UNAVAILABLE); in InvalidateHandlers()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.cpp184 HRESULT_FROM_WIN32(RPC_S_SERVER_UNAVAILABLE); in InvalidateHandlers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/desktop/
H A DDesktopOfficeViewer.cpp77 SCODE_CODE(hr) == RPC_S_SERVER_UNAVAILABLE) in ensureInterface()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/ccapi/lib/win/
H A Dccapi_os_ipc.cxx290 if ( (code == RPC_S_SERVER_UNAVAILABLE) || (code == RPC_S_INVALID_BINDING) ) { in handle_exception()
/dports/security/krb5/krb5-1.19.2/src/ccapi/lib/win/
H A Dccapi_os_ipc.cxx290 if ( (code == RPC_S_SERVER_UNAVAILABLE) || (code == RPC_S_INVALID_BINDING) ) { in handle_exception()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc_fault.c79 DEFINE_RPC_FAULT_CODE(RPC_S_SERVER_UNAVAILABLE, CAT_GATEWAY),
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/workarounds/wrl/wrl/
H A Dasync.h372 …if (hrIn == RPC_E_DISCONNECTED || hrIn == HRESULT_FROM_WIN32(RPC_S_SERVER_UNAVAILABLE) || hrIn == …
383 …if (hrIn == RPC_E_DISCONNECTED || hrIn == HRESULT_FROM_WIN32(RPC_S_SERVER_UNAVAILABLE) || hrIn == …
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Ddefines.py649 RPC_S_SERVER_UNAVAILABLE = 1722 variable
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Ddefines.py649 RPC_S_SERVER_UNAVAILABLE = 1722 variable
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Ddefines.py649 RPC_S_SERVER_UNAVAILABLE = 1722 variable
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Ddefines.py649 RPC_S_SERVER_UNAVAILABLE = 1722 variable
/dports/devel/py-minidump/minidump-0.0.20/minidump/utils/winapi/
H A Ddefines.py675 RPC_S_SERVER_UNAVAILABLE = 1722 variable
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Derrors.cpp1085 { RPC_S_SERVER_UNAVAILABLE, "RPC_S_SERVER_UNAVAILABLE" },
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinerror.h530 #define RPC_S_SERVER_UNAVAILABLE 1722L macro
/dports/games/warzone2100/warzone2100/lib/exceptionhandler/
H A Dexchndl_win.cpp386 case RPC_S_SERVER_UNAVAILABLE: in GenerateExceptionReport()

12345678910>>...22