Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Modules/
D_ssl.c82 static PyObject *PySSLWantReadErrorObject; variable
730 type = PySSLWantReadErrorObject; in PySSL_SetError()
5776 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
5790 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
5799 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()