Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyerrors.h66 } PyOSErrorObject; typedef
85 typedef PyOSErrorObject PyEnvironmentErrorObject;
87 typedef PyOSErrorObject PyWindowsErrorObject;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyerrors.h66 } PyOSErrorObject; typedef
85 typedef PyOSErrorObject PyEnvironmentErrorObject;
87 typedef PyOSErrorObject PyWindowsErrorObject;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyerrors.h66 } PyOSErrorObject; typedef
85 typedef PyOSErrorObject PyEnvironmentErrorObject;
87 typedef PyOSErrorObject PyWindowsErrorObject;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyerrors.h66 } PyOSErrorObject; typedef
85 typedef PyOSErrorObject PyEnvironmentErrorObject;
87 typedef PyOSErrorObject PyWindowsErrorObject;
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyerrors.h66 } PyOSErrorObject; typedef
85 typedef PyOSErrorObject PyEnvironmentErrorObject;
87 typedef PyOSErrorObject PyWindowsErrorObject;
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c1731 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init()
1795 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);
1821 PyOSErrorObject *self = NULL; in OSError_new()
1855 self = (PyOSErrorObject *) type->tp_alloc(type, 0); in OSError_new()
1887 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init()
1925 OSError_clear(PyOSErrorObject *self) in OSError_clear()
1938 OSError_dealloc(PyOSErrorObject *self) in OSError_dealloc()
1946 OSError_traverse(PyOSErrorObject *self, visitproc visit, in OSError_traverse()
1960 OSError_str(PyOSErrorObject *self) in OSError_str()
2005 OSError_reduce(PyOSErrorObject *self, PyObject *Py_UNUSED(ignored)) in OSError_reduce()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbufferedio.c640 PyOSErrorObject *err; in _buffered_check_blocking_error()
647 err = (PyOSErrorObject *) v; in _buffered_check_blocking_error()
753 PyOSErrorObject *env_err; in _PyIO_trap_eintr()
763 env_err = (PyOSErrorObject *) val; in _PyIO_trap_eintr()
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c418 SSLError_str(PyOSErrorObject *self) in SSLError_str()
436 .basicsize = sizeof(PyOSErrorObject),