Searched refs:_ssl__SSLSocket_write_impl (Results 1 – 2 of 2) sorted by relevance
222 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b);237 return_value = _ssl__SSLSocket_write_impl(self, &b); in _ssl__SSLSocket_write()
2335 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b) in _ssl__SSLSocket_write_impl() function