Home
last modified time | relevance | path

Searched defs:hostname_obj (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h649 PyObject *hostname_obj = Py_None; in _ssl__SSLContext__wrap_socket() local
719 PyObject *hostname_obj = Py_None; in _ssl__SSLContext__wrap_bio() local
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c4222 int server_side, PyObject *hostname_obj, in _ssl__SSLContext__wrap_socket_impl()
4260 PyObject *hostname_obj, PyObject *owner, in _ssl__SSLContext__wrap_bio_impl()
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c3105 PyObject *hostname_obj, *ssl_sock = Py_None, *res; in context_wrap_socket() local