Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h60 } PyOSErrorObject; typedef
79 typedef PyOSErrorObject PyEnvironmentErrorObject;
81 typedef PyOSErrorObject PyWindowsErrorObject;
/third_party/python/Objects/
Dexceptions.c880 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init()
944 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);
970 PyOSErrorObject *self = NULL; in OSError_new()
1005 self = (PyOSErrorObject *) type->tp_alloc(type, 0); in OSError_new()
1037 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init()
1075 OSError_clear(PyOSErrorObject *self) in OSError_clear()
1088 OSError_dealloc(PyOSErrorObject *self) in OSError_dealloc()
1096 OSError_traverse(PyOSErrorObject *self, visitproc visit, in OSError_traverse()
1110 OSError_str(PyOSErrorObject *self) in OSError_str()
1155 OSError_reduce(PyOSErrorObject *self, PyObject *Py_UNUSED(ignored)) in OSError_reduce()
[all …]
/third_party/python/Modules/_io/
Dbufferedio.c654 PyOSErrorObject *err; in _buffered_check_blocking_error()
661 err = (PyOSErrorObject *) v; in _buffered_check_blocking_error()
767 PyOSErrorObject *env_err; in _PyIO_trap_eintr()
777 env_err = (PyOSErrorObject *) val; in _PyIO_trap_eintr()
/third_party/python/Modules/
D_ssl.c420 SSLError_str(PyOSErrorObject *self) in SSLError_str()
438 .basicsize = sizeof(PyOSErrorObject),