Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.h23 PyObject *PySSLWantWriteErrorObject; member
D_ssl.c611 type = state->PySSLWantWriteErrorObject; in PySSL_SetError()
5730 state->PySSLWantWriteErrorObject, in sslmodule_init_exceptions()
6240 Py_VISIT(state->PySSLWantWriteErrorObject); in sslmodule_traverse()
6265 Py_CLEAR(state->PySSLWantWriteErrorObject); in sslmodule_clear()
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c82 static PyObject *PySSLWantWriteErrorObject; variable
501 type = PySSLWantWriteErrorObject; in PySSL_SetError()
4207 PySSLWantWriteErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4218 || PySSLWantWriteErrorObject == NULL in init_ssl()
4225 ((PyTypeObject *)PySSLWantWriteErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4232 || PyDict_SetItemString(d, "SSLWantWriteError", PySSLWantWriteErrorObject) != 0 in init_ssl()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv902 Modules/_ssl.c - PySSLWantWriteErrorObject -