Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c313 static PyObject *PySSL_SSLread(PySSLSocket *self, PyObject *args);
1780 static PyObject *PySSL_SSLread(PySSLSocket *self, PyObject *args) in PySSL_SSLread() function
2031 {"read", (PyCFunction)PySSL_SSLread, METH_VARARGS,