Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_ssl.c.h206 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b);
217 return_value = _ssl__SSLSocket_write_impl(self, &b); in _ssl__SSLSocket_write()
/external/python/cpython3/Modules/
D_ssl.c2249 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b) in _ssl__SSLSocket_write_impl() function