Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c395 SSLError_str(PyEnvironmentErrorObject *self) in SSLError_str() function
4199 ((PyTypeObject *)PySSLErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4223 ((PyTypeObject *)PySSLZeroReturnErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4224 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4225 ((PyTypeObject *)PySSLWantWriteErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4226 ((PyTypeObject *)PySSLSyscallErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4227 ((PyTypeObject *)PySSLEOFErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c579 SSLError_str(PyOSErrorObject *self) in SSLError_str() function
592 {Py_tp_str, SSLError_str},