Home
last modified time | relevance | path

Searched refs:hresult (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/lib/
H A Dc-hyper.c151 data->state.hresult = CURLE_TOO_LARGE; in hyper_each_header()
173 data->state.hresult = result; in hyper_each_header()
186 data->state.hresult = CURLE_ABORTED_BY_CALLBACK; in hyper_each_header()
192 data->state.hresult = result; in hyper_each_header()
242 data->state.hresult = result; in hyper_body_chunk()
249 data->state.hresult = result; in hyper_body_chunk()
394 if(data->state.hresult) { in Curl_hyper_stream()
396 result = data->state.hresult; in Curl_hyper_stream()
486 if(data->state.hresult) { in Curl_hyper_stream()
487 result = data->state.hresult; in Curl_hyper_stream()
[all...]
H A Durldata.h1442 CURLcode hresult; /* used to pass return codes back from hyper callbacks */ member
/third_party/python/Lib/ctypes/test/
H A Dtest_win32.py66 self.assertEqual(ex.hresult, -1)
/third_party/python/Modules/_ctypes/
H A D_ctypes.c5482 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()

Completed in 12 milliseconds