Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.h25 PyObject *PySSLEOFErrorObject; member
D_ssl.c628 type = state->PySSLEOFErrorObject; in PySSL_SetError()
644 type = state->PySSLEOFErrorObject; in PySSL_SetError()
674 type = state->PySSLEOFErrorObject; in PySSL_SetError()
5751 state->PySSLEOFErrorObject, in sslmodule_init_exceptions()
6242 Py_VISIT(state->PySSLEOFErrorObject); in sslmodule_traverse()
6267 Py_CLEAR(state->PySSLEOFErrorObject); in sslmodule_clear()
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c84 static PyObject *PySSLEOFErrorObject; variable
518 type = PySSLEOFErrorObject; in PySSL_SetError()
4213 PySSLEOFErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4220 || PySSLEOFErrorObject == NULL) in init_ssl()
4227 ((PyTypeObject *)PySSLEOFErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4234 || PyDict_SetItemString(d, "SSLEOFError", PySSLEOFErrorObject) != 0) in init_ssl()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv904 Modules/_ssl.c - PySSLEOFErrorObject -