Home
last modified time | relevance | path

Searched refs:PyWindowsErrorObject (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c833 WindowsError_clear(PyWindowsErrorObject *self) in WindowsError_clear()
843 WindowsError_dealloc(PyWindowsErrorObject *self) in WindowsError_dealloc()
851 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg) in WindowsError_traverse()
861 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init()
895 WindowsError_str(PyWindowsErrorObject *self) in WindowsError_str()
987 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
989 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
991 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
993 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c834 WindowsError_clear(PyWindowsErrorObject *self) in WindowsError_clear()
844 WindowsError_dealloc(PyWindowsErrorObject *self) in WindowsError_dealloc()
852 WindowsError_traverse(PyWindowsErrorObject *self, visitproc visit, void *arg) in WindowsError_traverse()
862 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init()
896 WindowsError_str(PyWindowsErrorObject *self) in WindowsError_str()
988 {"errno", T_OBJECT, offsetof(PyWindowsErrorObject, myerrno), 0,
990 {"strerror", T_OBJECT, offsetof(PyWindowsErrorObject, strerror), 0,
992 {"filename", T_OBJECT, offsetof(PyWindowsErrorObject, filename), 0,
994 {"winerror", T_OBJECT, offsetof(PyWindowsErrorObject, winerror), 0,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h71 } PyWindowsErrorObject; typedef
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h71 } PyWindowsErrorObject; typedef