OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PySSLContext
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Modules/
_ssl.c
326
}
PySSLContext
;
333
PySSLContext
*ctx; /* weakref to SSL context */
572
newPySSLSocket(
PySSLContext
*sslctx, PySocketSockObject *sock,
[
all
...]
/external/python/cpython3/Modules/
_ssl.c
427
}
PySSLContext
;
441
PySSLContext
*ctx; /* weakref to SSL context */
458
PySSLContext
*ctx;
482
class _ssl._SSLContext "
PySSLContext
*" "&PySSLContext_Type"
885
newPySSLSocket(
PySSLContext
*sslctx, PySocketSockObject *sock,
[
all
...]
Completed in 73 milliseconds