Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c312 static PyObject *PySSL_SSLwrite(PySSLSocket *self, PyObject *args);
1673 static PyObject *PySSL_SSLwrite(PySSLSocket *self, PyObject *args) in PySSL_SSLwrite() function
2029 {"write", (PyCFunction)PySSL_SSLwrite, METH_VARARGS,