Searched refs:hostname_obj (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | _ssl.c.h | 636 int server_side, PyObject *hostname_obj, 649 PyObject *hostname_obj = Py_None; in _ssl__SSLContext__wrap_socket() local 670 hostname_obj = args[2]; in _ssl__SSLContext__wrap_socket() 687 return_value = _ssl__SSLContext__wrap_socket_impl(self, sock, server_side, hostname_obj, owner, session); in _ssl__SSLContext__wrap_socket() 705 PyObject *hostname_obj, PyObject *owner, 719 PyObject *hostname_obj = Py_None; in _ssl__SSLContext__wrap_bio() local 745 hostname_obj = args[3]; in _ssl__SSLContext__wrap_bio() 762 return_value = _ssl__SSLContext__wrap_bio_impl(self, incoming, outgoing, server_side, hostname_obj, owner, session); in _ssl__SSLContext__wrap_bio()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 4213 server_hostname as hostname_obj: object = None 4222 int server_side, PyObject *hostname_obj, in _ssl__SSLContext__wrap_socket_impl() 4231 if (hostname_obj != Py_None) { in _ssl__SSLContext__wrap_socket_impl() 4232 if (!PyArg_Parse(hostname_obj, "es", "ascii", &hostname)) in _ssl__SSLContext__wrap_socket_impl() 4250 server_hostname as hostname_obj: object = None 4260 PyObject *hostname_obj, PyObject *owner, in _ssl__SSLContext__wrap_bio_impl() 4269 if (hostname_obj != Py_None) { in _ssl__SSLContext__wrap_bio_impl() 4270 if (!PyArg_Parse(hostname_obj, "es", "ascii", &hostname)) in _ssl__SSLContext__wrap_bio_impl() 4221 _ssl__SSLContext__wrap_socket_impl(PySSLContext *self, PyObject *sock, int server_side, PyObject *hostname_obj, PyObject *owner, PyObject *session) _ssl__SSLContext__wrap_socket_impl() argument 4258 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming, PySSLMemoryBIO *outgoing, int server_side, PyObject *hostname_obj, PyObject *owner, PyObject *session) _ssl__SSLContext__wrap_bio_impl() argument
|
Completed in 10 milliseconds