Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c459 } PySSLSession; typedef
2739 PySSLSession *pysess; in PySSL_get_session()
2758 pysess = PyObject_GC_New(PySSLSession, &PySSLSession_Type); in PySSL_get_session()
2775 PySSLSession *pysess; in PySSL_set_session()
2785 pysess = (PySSLSession *)value; in PySSL_set_session()
4869 PySSLSession_dealloc(PySSLSession *self) in PySSLSession_dealloc()
4899 left_id = SSL_SESSION_get_id(((PySSLSession *)left)->session, in PySSLSession_richcompare()
4901 right_id = SSL_SESSION_get_id(((PySSLSession *)right)->session, in PySSLSession_richcompare()
4938 PySSLSession_traverse(PySSLSession *self, visitproc visit, void *arg) in PySSLSession_traverse()
4945 PySSLSession_clear(PySSLSession *self) in PySSLSession_clear()
[all …]