Searched defs:winerror (Results 1 - 6 of 6) sorted by relevance

/external/python/cpython2/PC/
H A Derrmap.h2 int winerror_to_errno(int winerror) argument
4 switch(winerror) {
/external/python/cpython3/PC/
H A Derrmap.h2 int winerror_to_errno(int winerror) argument
4 switch(winerror) {
H A Dlauncher.c68 winerror(int rc, wchar_t * message, int size) function
88 winerror(GetLastError(), win_message, MSGSIZE);
223 winerror(status, message, MSGSIZE);
236 winerror(status, message, MSGSIZE);
246 winerror(status, message, MSGSIZE);
263 winerror(GetLastError(), message, MSGSIZE);
1410 winerror(GetLastError(), message, MSGSIZE);
/external/python/cpython2/Include/
H A Dpyerrors.h70 PyObject *winerror; member in struct:__anon19274
/external/python/cpython3/Include/
H A Dpyerrors.h58 PyObject *winerror; member in struct:__anon19841
/external/python/cpython3/Objects/
H A Dexceptions.c747 , PyObject **winerror
759 PyObject **winerror = &_winerror; local
767 filename, winerror, filename2))
770 if (*winerror && PyLong_Check(*winerror)) {
775 winerrcode = PyLong_AsLong(*winerror);
812 , PyObject *winerror
840 /* filename, filename2, and winerror are removed from the args tuple
858 Py_XINCREF(winerror);
859 self->winerror
902 PyObject *winerror = NULL; local
969 PyObject *winerror = NULL; local
[all...]

Completed in 388 milliseconds