Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dc-hyper.c147 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 …]
Durldata.h1427 CURLcode hresult; /* used to pass return codes back from hyper callbacks */ member
/third_party/python/Lib/ctypes/test/
Dtest_win32.py66 self.assertEqual(ex.hresult, -1)
/third_party/python/Modules/_ctypes/
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()
/third_party/icu/docs/userguide/dev/
Dcodingguidelines.md2092 ;; in the [autoexpand] section just before the final [hresult] section.
/third_party/gstreamer/gstplugins_bad/
DChangeLog49621 wasapi: Print the hresult hex value on error