Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c497 #define PySSLSession_Check(v) (Py_TYPE(v) == &PySSLSession_Type) macro
2781 if (!PySSLSession_Check(value)) { in PySSL_set_session()
4890 if (!PySSLSession_Check(left) || !PySSLSession_Check(right)) { in PySSLSession_richcompare()