Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c1672 static void PySSL_dealloc(PySSLSocket *self) in PySSL_dealloc() function
2140 (destructor)PySSL_dealloc, /*tp_dealloc*/
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c2239 PySSL_dealloc(PySSLSocket *self) in PySSL_dealloc() function
2960 {Py_tp_dealloc, PySSL_dealloc},