Home
last modified time | relevance | path

Searched refs:HRESULT_CODE (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc_fault.c196 { HRESULT_CODE(E_PROXY_NOTSUPPORTED), "E_PROXY_NOTSUPPORTED", CAT_GATEWAY },
197 { HRESULT_CODE(E_PROXY_TS_CONNECTFAILED), "E_PROXY_TS_CONNECTFAILED", CAT_GATEWAY },
199 { HRESULT_CODE(E_PROXY_INTERNALERROR), "E_PROXY_INTERNALERROR", CAT_GATEWAY },
200 { HRESULT_CODE(E_PROXY_SESSIONTIMEOUT), "E_PROXY_SESSIONTIMEOUT", CAT_GATEWAY },
202 { HRESULT_CODE(E_PROXY_REAUTH_CAP_FAILED), "E_PROXY_REAUTH_CAP_FAILED", CAT_GATEWAY },
203 { HRESULT_CODE(E_PROXY_REAUTH_RAP_FAILED), "E_PROXY_REAUTH_RAP_FAILED", CAT_GATEWAY },
204 { HRESULT_CODE(E_PROXY_SDR_NOT_SUPPORTED_BY_TS), "E_PROXY_SDR_NOT_SUPPORTED_BY_TS",
208 { HRESULT_CODE(E_PROXY_NOCERTAVAILABLE), "E_PROXY_NOCERTAVAILABLE", CAT_GATEWAY },
209 { HRESULT_CODE(RPC_S_CALL_CANCELLED), "RPC_S_CALL_CANCELLED", CAT_GATEWAY }
385 if (current->code == HRESULT_CODE(code)) in rpc_error_to_string()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp90 …Error(EGL_BAD_ALLOC, "Failed to create a native WGL pbuffer, error: 0x%08x.", HRESULT_CODE(error)); in initialize()
98 …GL_BAD_ALLOC, "Failed to query the WGL pbuffer's dimensions, error: 0x%08x.", HRESULT_CODE(error)); in initialize()
108 …:Error(EGL_BAD_ALLOC, "Failed to get the WGL pbuffer handle, error: 0x%08x.", HRESULT_CODE(error)); in initialize()
155 …::Error(EGL_BAD_SURFACE, "Failed to bind native wgl pbuffer, error: 0x%08x.", HRESULT_CODE(error)); in bindTexImage()
166 …Error(EGL_BAD_SURFACE, "Failed to unbind native wgl pbuffer, error: 0x%08x.", HRESULT_CODE(error)); in releaseTexImage()
H A DD3DTextureSurfaceWGL.cpp249 HRESULT_CODE(GetLastError())); in initialize()
272 HRESULT_CODE(error)); in makeCurrent()
284 HRESULT_CODE(error)); in unMakeCurrent()
320 HRESULT_CODE(error)); in bindTexImage()
327 HRESULT_CODE(error)); in bindTexImage()
340 HRESULT_CODE(error)); in releaseTexImage()
347 HRESULT_CODE(error)); in releaseTexImage()
H A DDXGISwapChainWindowSurfaceWGL.cpp229 HRESULT_CODE(GetLastError())); in bindTexImage()
238 HRESULT_CODE(GetLastError())); in bindTexImage()
253 HRESULT_CODE(GetLastError())); in releaseTexImage()
259 HRESULT_CODE(GetLastError())); in releaseTexImage()
318 HRESULT_CODE(GetLastError())); in setObjectsLocked()
326 HRESULT_CODE(GetLastError())); in setObjectsLocked()
501 HRESULT_CODE(GetLastError())); in createSwapChain()
512 HRESULT_CODE(GetLastError())); in createSwapChain()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp99 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
108 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
119 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
170 << "Failed to bind native wgl pbuffer, " << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
182 << "Failed to unbind native wgl pbuffer, " << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
H A DDXGISwapChainWindowSurfaceWGL.cpp206 << gl::FmtErr(HRESULT_CODE(GetLastError())); in bindTexImage()
215 << gl::FmtErr(HRESULT_CODE(GetLastError())); in bindTexImage()
230 << gl::FmtErr(HRESULT_CODE(GetLastError())); in releaseTexImage()
236 << gl::FmtErr(HRESULT_CODE(GetLastError())); in releaseTexImage()
326 << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in setObjectsLocked()
334 << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in setObjectsLocked()
508 << gl::FmtErr(HRESULT_CODE(GetLastError())); in createSwapChain()
519 << "Failed to register D3D object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in createSwapChain()
H A DD3DTextureSurfaceWGL.cpp335 << gl::FmtErr(HRESULT_CODE(GetLastError())); in initialize()
356 return egl::EglBadAlloc() << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(error)); in makeCurrent()
367 return egl::EglBadAlloc() << "Failed to unlock object, " << gl::FmtErr(HRESULT_CODE(error)); in unMakeCurrent()
422 << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
428 return egl::EglBadAlloc() << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
440 return egl::EglBadAlloc() << "Failed to unlock object, " << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
447 << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/gl/wgl/
H A DPbufferSurfaceWGL.cpp99 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
108 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
119 << gl::FmtErr(HRESULT_CODE(error)); in initialize()
170 << "Failed to bind native wgl pbuffer, " << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
182 << "Failed to unbind native wgl pbuffer, " << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
H A DDXGISwapChainWindowSurfaceWGL.cpp206 << gl::FmtErr(HRESULT_CODE(GetLastError())); in bindTexImage()
215 << gl::FmtErr(HRESULT_CODE(GetLastError())); in bindTexImage()
230 << gl::FmtErr(HRESULT_CODE(GetLastError())); in releaseTexImage()
236 << gl::FmtErr(HRESULT_CODE(GetLastError())); in releaseTexImage()
326 << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in setObjectsLocked()
334 << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in setObjectsLocked()
508 << gl::FmtErr(HRESULT_CODE(GetLastError())); in createSwapChain()
519 << "Failed to register D3D object, " << gl::FmtErr(HRESULT_CODE(GetLastError())); in createSwapChain()
H A DD3DTextureSurfaceWGL.cpp335 << gl::FmtErr(HRESULT_CODE(GetLastError())); in initialize()
356 return egl::EglBadAlloc() << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(error)); in makeCurrent()
367 return egl::EglBadAlloc() << "Failed to unlock object, " << gl::FmtErr(HRESULT_CODE(error)); in unMakeCurrent()
422 << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
428 return egl::EglBadAlloc() << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage()
440 return egl::EglBadAlloc() << "Failed to unlock object, " << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
447 << gl::FmtErr(HRESULT_CODE(error)); in releaseTexImage()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFPlugInCOM.pas226 function HRESULT_CODE( hr: HRESULT ): HRESULT; inline; in HRESULT_CODE() function
300 function HRESULT_CODE( hr: HRESULT ): HRESULT; inline; in HRESULT_CODE() function
302 HRESULT_CODE := hr and $FFFF;
/dports/devel/boost-docs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/devel/boost-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/devel/boost-python-libs/boost_1_72_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/devel/hyperscan/boost_1_75_0/boost/outcome/experimental/status-code/
H A Dcom_code.hpp182 if(c2.value() == HRESULT_CODE(c1.value())) in _do_equivalent()
190 …if(static_cast<int>(c2.value()) == _win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.value(… in _do_equivalent()
212 …return generic_code(static_cast<errc>(_win32_code_domain::_win32_code_to_errno(HRESULT_CODE(c1.val… in _generic_code()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdcommsg.h10 #define HRESULTTOWIN32(hres) ((HRESULT_FACILITY(hres)==FACILITY_WIN32) ? HRESULT_CODE(hres) : (hres…
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmdcommsg.h10 #define HRESULTTOWIN32(hres) ((HRESULT_FACILITY(hres)==FACILITY_WIN32) ? HRESULT_CODE(hres) : (hres…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/common/
H A Dbase_file_win.cc133 RecordWinFileMoveError(HRESULT_CODE(hr)); in HRESULTToDownloadInterruptReason()
140 base::File::OSErrorToFileError(HRESULT_CODE(hr))); in HRESULTToDownloadInterruptReason()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/common/
H A Dbase_file_win.cc133 RecordWinFileMoveError(HRESULT_CODE(hr)); in HRESULTToDownloadInterruptReason()
140 base::File::OSErrorToFileError(HRESULT_CODE(hr))); in HRESULTToDownloadInterruptReason()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dwindowserrorstring.hxx52 nErrorCode = HRESULT_CODE(hr); in WindowsErrorStringFromHRESULT()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dwindowserrorstring.hxx52 nErrorCode = HRESULT_CODE(hr); in WindowsErrorStringFromHRESULT()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DW32Errors.java85 public static final int HRESULT_CODE(int hr) { in HRESULT_CODE() method in W32Errors
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/decklink/linux/
H A DLinuxCOM.h62 #define HRESULT_CODE(hr) ((hr) & 0xFFFF) macro

12345678910>>...16