Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.c335 } PySSLSession; typedef
356 class _ssl.SSLSession "PySSLSession *" "get_state_type(type)->PySSLSession_Type"
2833 PySSLSession *pysess; in PySSL_get_session()
2849 pysess = PyObject_GC_New(PySSLSession, self->ctx->state->PySSLSession_Type); in PySSL_get_session()
2866 PySSLSession *pysess; in PySSL_set_session()
2874 pysess = (PySSLSession *)value; in PySSL_set_session()
4993 PySSLSession_dealloc(PySSLSession *self) in PySSLSession_dealloc()
5010 PyTypeObject *sesstype = ((PySSLSession*)left)->ctx->state->PySSLSession_Type; in PySSLSession_richcompare()
5026 left_id = SSL_SESSION_get_id(((PySSLSession *)left)->session, in PySSLSession_richcompare()
5028 right_id = SSL_SESSION_get_id(((PySSLSession *)righ in PySSLSession_richcompare()
[all...]

Completed in 8 milliseconds