Searched refs:hresult (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 261 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/ |
D | ComInterface.py | 41 msg = win32api.FormatMessage(e.hresult)
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_win32.py | 75 self.assertEqual(ex.hresult, -1)
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_win32.py | 66 self.assertEqual(ex.hresult, -1)
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 5488 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.c | 5491 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()
|