Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h274 _ssl__SSLSocket_read_impl(PySSLSocket *self, Py_ssize_t len,
301 return_value = _ssl__SSLSocket_read_impl(self, len, group_right_1, &buffer); in _ssl__SSLSocket_read()
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c2470 _ssl__SSLSocket_read_impl(PySSLSocket *self, Py_ssize_t len, in _ssl__SSLSocket_read_impl() function