Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c885 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() function
4138 res = (PyObject *) newPySSLSocket(self, (PySocketSockObject *)sock, in _ssl__SSLContext__wrap_socket_impl()
4176 res = (PyObject *) newPySSLSocket(self, NULL, server_side, hostname, in _ssl__SSLContext__wrap_bio_impl()
/external/python/cpython2/Modules/
D_ssl.c572 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() function
3122 res = (PyObject *) newPySSLSocket(self, sock, server_side, in context_wrap_socket()