Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c541 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock, in newPySSLSocket() function
3027 res = (PyObject *) newPySSLSocket(self, sock, server_side, in context_wrap_socket()