Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1972 static PyObject *PySSL_SSLshutdown(PySSLSocket *self) in PySSL_SSLshutdown() function
2125 {"shutdown", (PyCFunction)PySSL_SSLshutdown, METH_NOARGS,