Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h322 _ssl__SSLSocket_shutdown_impl(PySSLSocket *self);
327 return _ssl__SSLSocket_shutdown_impl(self); in _ssl__SSLSocket_shutdown()
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c2607 _ssl__SSLSocket_shutdown_impl(PySSLSocket *self) in _ssl__SSLSocket_shutdown_impl() function