Searched refs:hresult (Results 1 – 6 of 6) sorted by relevance
147 data->state.hresult = CURLE_OUT_OF_MEMORY; in hyper_each_header()169 data->state.hresult = result; in hyper_each_header()183 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in hyper_each_header()190 data->state.hresult = result; in hyper_each_header()240 data->state.hresult = result; in hyper_body_chunk()252 data->state.hresult = result; in hyper_body_chunk()259 data->state.hresult = result; in hyper_body_chunk()399 if(data->state.hresult) { in Curl_hyper_stream()401 result = data->state.hresult; in Curl_hyper_stream()491 if(data->state.hresult) { in Curl_hyper_stream()[all …]
1427 CURLcode hresult; /* used to pass return codes back from hyper callbacks */ member
66 self.assertEqual(ex.hresult, -1)
5482 PyObject *hresult, *text, *details; in comerror_init() local5489 if (!PyArg_ParseTuple(args, "OOO:COMError", &hresult, &text, &details)) in comerror_init()5500 if (PyObject_SetAttrString(self, "hresult", hresult) < 0) in comerror_init()
2092 ;; in the [autoexpand] section just before the final [hresult] section.
49621 wasapi: Print the hresult hex value on error