Searched refs:PySSL_SSLread (Results 1 – 1 of 1) sorted by relevance
313 static PyObject *PySSL_SSLread(PySSLSocket *self, PyObject *args);1780 static PyObject *PySSL_SSLread(PySSLSocket *self, PyObject *args) in PySSL_SSLread() function2031 {"read", (PyCFunction)PySSL_SSLread, METH_VARARGS,