Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c1840 static PyObject *PySSL_SSLpending(PySSLSocket *self) in PySSL_SSLpending() function
2112 {"pending", (PyCFunction)PySSL_SSLpending, METH_NOARGS,