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