Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c337 } PySSLSession; typedef
2803 PySSLSession *pysess; in PySSL_get_session()
2819 pysess = PyObject_GC_New(PySSLSession, self->ctx->state->PySSLSession_Type); in PySSL_get_session()
2836 PySSLSession *pysess; in PySSL_set_session()
2844 pysess = (PySSLSession *)value; in PySSL_set_session()
4903 PySSLSession_dealloc(PySSLSession *self) in PySSLSession_dealloc()
4920 PyTypeObject *sesstype = ((PySSLSession*)left)->ctx->state->PySSLSession_Type; in PySSLSession_richcompare()
4936 left_id = SSL_SESSION_get_id(((PySSLSession *)left)->session, in PySSLSession_richcompare()
4938 right_id = SSL_SESSION_get_id(((PySSLSession *)right)->session, in PySSLSession_richcompare()
4975 PySSLSession_traverse(PySSLSession *self, visitproc visit, void *arg) in PySSLSession_traverse()
[all …]