Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpyerrors.h62 } PyOSErrorObject; typedef
70 typedef PyOSErrorObject PyEnvironmentErrorObject;
72 typedef PyOSErrorObject PyWindowsErrorObject;
/external/python/cpython3/Objects/
Dexceptions.c877 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init()
941 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);
967 PyOSErrorObject *self = NULL; in OSError_new()
1001 self = (PyOSErrorObject *) type->tp_alloc(type, 0); in OSError_new()
1033 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init()
1071 OSError_clear(PyOSErrorObject *self) in OSError_clear()
1084 OSError_dealloc(PyOSErrorObject *self) in OSError_dealloc()
1092 OSError_traverse(PyOSErrorObject *self, visitproc visit, in OSError_traverse()
1106 OSError_str(PyOSErrorObject *self) in OSError_str()
1151 OSError_reduce(PyOSErrorObject *self, PyObject *Py_UNUSED(ignored)) in OSError_reduce()
[all …]
/external/python/cpython3/Modules/_io/
Dbufferedio.c652 PyOSErrorObject *err; in _buffered_check_blocking_error()
659 err = (PyOSErrorObject *) v; in _buffered_check_blocking_error()
765 PyOSErrorObject *env_err; in _PyIO_trap_eintr()
775 env_err = (PyOSErrorObject *) val; in _PyIO_trap_eintr()
/external/python/cpython3/Modules/
D_ssl.c579 SSLError_str(PyOSErrorObject *self) in SSLError_str()
598 sizeof(PyOSErrorObject),