Searched refs:hresult (Results 1 – 8 of 8) sorted by relevance
/third_party/curl/lib/ |
D | c-hyper.c | 131 data->state.hresult = CURLE_OUT_OF_MEMORY; in hyper_each_header() 153 data->state.hresult = result; in hyper_each_header() 164 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in hyper_each_header() 204 data->state.hresult = result; in hyper_body_chunk() 220 data->state.hresult = result; in hyper_body_chunk() 271 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in status_line() 347 result = data->state.hresult; in Curl_hyper_stream() 403 if(data->state.hresult) { in Curl_hyper_stream() 404 result = data->state.hresult; in Curl_hyper_stream() 576 data->state.hresult = CURLE_OUT_OF_MEMORY; in uploadpostfields() [all …]
|
D | urldata.h | 1428 CURLcode hresult; /* used to pass return codes back from hyper callbacks */ member
|
/third_party/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()
|
/third_party/glib/gio/ |
D | gwin32packageparser.c | 96 WIN32_FROM_HRESULT (HRESULT hresult, in WIN32_FROM_HRESULT() argument 99 if ((hresult & 0xFFFF0000) == MAKE_HRESULT (SEVERITY_ERROR, FACILITY_WIN32, 0) || in WIN32_FROM_HRESULT() 100 hresult == S_OK) in WIN32_FROM_HRESULT() 102 *win32_error_code = HRESULT_CODE (hresult); in WIN32_FROM_HRESULT() 110 gio_error_from_hresult (HRESULT hresult) in gio_error_from_hresult() argument 114 if (WIN32_FROM_HRESULT (hresult, &error)) in gio_error_from_hresult()
|
/third_party/python/Lib/ctypes/test/ |
D | test_win32.py | 66 self.assertEqual(ex.hresult, -1)
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 5482 PyObject *hresult, *text, *details; in comerror_init() local 5489 if (!PyArg_ParseTuple(args, "OOO:COMError", &hresult, &text, &details)) in comerror_init() 5500 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()
|
/third_party/icu/docs/userguide/dev/ |
D | codingguidelines.md | 2059 ;; in the [autoexpand] section just before the final [hresult] section.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 49621 wasapi: Print the hresult hex value on error
|