Home
last modified time | relevance | path

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

/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()
/external/python/cpython3/Modules/
D_ssl.c83 static PyObject *PySSLWantWriteErrorObject; variable
735 type = PySSLWantWriteErrorObject; in PySSL_SetError()
5779 PySSLWantWriteErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
5791 || PySSLWantWriteErrorObject == NULL in PyInit__ssl()
5800 || PyDict_SetItemString(d, "SSLWantWriteError", PySSLWantWriteErrorObject) != 0 in PyInit__ssl()