Home
last modified time | relevance | path

Searched refs:hresult (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc261 const grpc_gcp_HandshakerResult* hresult = in alts_tsi_handshaker_result_create() local
264 grpc_gcp_HandshakerResult_peer_identity(hresult); in alts_tsi_handshaker_result_create()
275 upb_strview key_data = grpc_gcp_HandshakerResult_key_data(hresult); in alts_tsi_handshaker_result_create()
281 grpc_gcp_HandshakerResult_peer_rpc_versions(hresult); in alts_tsi_handshaker_result_create()
287 grpc_gcp_HandshakerResult_application_protocol(hresult); in alts_tsi_handshaker_result_create()
293 grpc_gcp_HandshakerResult_record_protocol(hresult); in alts_tsi_handshaker_result_create()
299 grpc_gcp_HandshakerResult_local_identity(hresult); in alts_tsi_handshaker_result_create()
317 sresult->max_frame_size = grpc_gcp_HandshakerResult_max_frame_size(hresult); in alts_tsi_handshaker_result_create()
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/
DComInterface.py41 msg = win32api.FormatMessage(e.hresult)
/external/python/cpython2/Lib/ctypes/test/
Dtest_win32.py75 self.assertEqual(ex.hresult, -1)
/external/python/cpython3/Lib/ctypes/test/
Dtest_win32.py66 self.assertEqual(ex.hresult, -1)
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c5488 PyObject *hresult, *text, *details; in comerror_init() local
5495 if (!PyArg_ParseTuple(args, "OOO:COMError", &hresult, &text, &details)) in comerror_init()
5506 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c5491 PyObject *hresult, *text, *details; in comerror_init() local
5495 if (!PyArg_ParseTuple(args, "OOOO:COMError", &self, &hresult, &text, &details)) in comerror_init()
5506 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()