Home
last modified time | relevance | path

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

/dports/lang/python310/Python-3.10.1/Modules/
H A D_ssl.h22 PyObject *PySSLWantReadErrorObject; member
H A D_ssl.c612 type = state->PySSLWantReadErrorObject; in PySSL_SetError()
5689 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()
6167 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()
6192 Py_CLEAR(state->PySSLWantReadErrorObject); in sslmodule_clear()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_ssl.h22 PyObject *PySSLWantReadErrorObject; member
H A D_ssl.c612 type = state->PySSLWantReadErrorObject; in PySSL_SetError()
5695 state->PySSLWantReadErrorObject, in sslmodule_init_exceptions()
6173 Py_VISIT(state->PySSLWantReadErrorObject); in sslmodule_traverse()
6198 Py_CLEAR(state->PySSLWantReadErrorObject); in sslmodule_clear()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_ssl.c82 static PyObject *PySSLWantReadErrorObject; variable
497 type = PySSLWantReadErrorObject; in PySSL_SetError()
4238 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4251 || PySSLWantReadErrorObject == NULL in init_ssl()
4258 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4265 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in init_ssl()
/dports/lang/python27/Python-2.7.18/Modules/
H A D_ssl.c82 static PyObject *PySSLWantReadErrorObject; variable
497 type = PySSLWantReadErrorObject; in PySSL_SetError()
4238 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in init_ssl()
4251 || PySSLWantReadErrorObject == NULL in init_ssl()
4258 ((PyTypeObject *)PySSLWantReadErrorObject)->tp_str = (reprfunc)SSLError_str; in init_ssl()
4265 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in init_ssl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_ssl.c85 static PyObject *PySSLWantReadErrorObject; variable
775 type = PySSLWantReadErrorObject; in PySSL_SetError()
6104 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6118 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6127 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_ssl.c85 static PyObject *PySSLWantReadErrorObject; variable
775 type = PySSLWantReadErrorObject; in PySSL_SetError()
6104 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6118 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6127 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_ssl.c85 static PyObject *PySSLWantReadErrorObject; variable
775 type = PySSLWantReadErrorObject; in PySSL_SetError()
6104 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6118 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6127 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_ssl.c86 static PyObject *PySSLWantReadErrorObject; variable
745 type = PySSLWantReadErrorObject; in PySSL_SetError()
5937 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
5951 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
5960 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_ssl.c86 static PyObject *PySSLWantReadErrorObject; variable
780 type = PySSLWantReadErrorObject; in PySSL_SetError()
6109 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6123 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6132 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_ssl.c84 static PyObject *PySSLWantReadErrorObject; variable
778 type = PySSLWantReadErrorObject; in PySSL_SetError()
6106 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6120 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6129 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_ssl.c85 static PyObject *PySSLWantReadErrorObject; variable
775 type = PySSLWantReadErrorObject; in PySSL_SetError()
6104 PySSLWantReadErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
6118 || PySSLWantReadErrorObject == NULL in PyInit__ssl()
6127 || PyDict_SetItemString(d, "SSLWantReadError", PySSLWantReadErrorObject) != 0 in PyInit__ssl()
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/cpython/
H A Dignored.tsv2362 Modules/_ssl.c - PySSLWantReadErrorObject -
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/cpython/
H A Dignored.tsv2401 Modules/_ssl.c - PySSLWantReadErrorObject -