Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c856 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init()
920 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);
946 PyOSErrorObject *self = NULL; in OSError_new()
980 self = (PyOSErrorObject *) type->tp_alloc(type, 0); in OSError_new()
1012 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init()
1050 OSError_clear(PyOSErrorObject *self) in OSError_clear()
1063 OSError_dealloc(PyOSErrorObject *self) in OSError_dealloc()
1071 OSError_traverse(PyOSErrorObject *self, visitproc visit, in OSError_traverse()
1085 OSError_str(PyOSErrorObject *self) in OSError_str()
1130 OSError_reduce(PyOSErrorObject *self) in OSError_reduce()
[all …]
/external/python/cpython3/Include/
Dpyerrors.h61 } PyOSErrorObject; typedef
69 typedef PyOSErrorObject PyEnvironmentErrorObject;
71 typedef PyOSErrorObject PyWindowsErrorObject;
/external/python/cpython3/Modules/_io/
Dbufferedio.c664 PyOSErrorObject *err; in _buffered_check_blocking_error()
671 err = (PyOSErrorObject *) v; in _buffered_check_blocking_error()
777 PyOSErrorObject *env_err; in _PyIO_trap_eintr()
787 env_err = (PyOSErrorObject *) val; in _PyIO_trap_eintr()
/external/python/cpython3/Modules/
D_ssl.c548 SSLError_str(PyOSErrorObject *self) in SSLError_str()
567 sizeof(PyOSErrorObject),