Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h222 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b);
237 return_value = _ssl__SSLSocket_write_impl(self, &b); in _ssl__SSLSocket_write()
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c2335 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b) in _ssl__SSLSocket_write_impl() function