Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.h21 PyObject *PySSLZeroReturnErrorObject; member
D_ssl.c601 type = state->PySSLZeroReturnErrorObject; in PySSL_SetError()
5723 state->PySSLZeroReturnErrorObject, in sslmodule_init_exceptions()
6238 Py_VISIT(state->PySSLZeroReturnErrorObject); in sslmodule_traverse()
6263 Py_CLEAR(state->PySSLZeroReturnErrorObject); in sslmodule_clear()
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c80 static PyObject *PySSLZeroReturnErrorObject; variable
491 type = PySSLZeroReturnErrorObject; in PySSL_SetError()
4201 PySSLZeroReturnErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4216 if (PySSLZeroReturnErrorObject == NULL in init_ssl()
4223 ((PyTypeObject *)PySSLZeroReturnErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4230 || PyDict_SetItemString(d, "SSLZeroReturnError", PySSLZeroReturnErrorObject) != 0 in init_ssl()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv900 Modules/_ssl.c - PySSLZeroReturnErrorObject -