HomeSort by relevance Sort by last modified time
    Searched defs:PySSLContext (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_ssl.c 295 } PySSLContext;
302 PySSLContext *ctx; /* weakref to SSL context */
541 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 294 } PySSLContext;
300 PySSLContext *ctx; /* weakref to SSL context */
318 PySSLContext *ctx;
328 class _ssl._SSLContext "PySSLContext *" "&PySSLContext_Type"
585 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
    [all...]

Completed in 66 milliseconds