Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.h22 PyObject *PySSLWantReadErrorObject; member
D_ssl.c606 type = state->PySSLWantReadErrorObject; in PySSL_SetError()
5737 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()
6239 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()
6264 Py_CLEAR(state->PySSLWantReadErrorObject); in sslmodule_clear()
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c81 static PyObject *PySSLWantReadErrorObject; variable
496 type = PySSLWantReadErrorObject; in PySSL_SetError()
4204 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4217 || PySSLWantReadErrorObject == NULL in init_ssl()
4224 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4231 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in init_ssl()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv901 Modules/_ssl.c - PySSLWantReadErrorObject -