Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_ssl.c.h636 …&PySSLMemoryBIO_Type, &incoming, &PySSLMemoryBIO_Type, &outgoing, &server_side, &hostname_obj, &ow… in _ssl__SSLContext__wrap_bio()
759 if ((type == &PySSLMemoryBIO_Type) && in _ssl_MemoryBIO()
763 if ((type == &PySSLMemoryBIO_Type) && in _ssl_MemoryBIO()
/external/python/cpython3/Modules/
D_ssl.c463 static PyTypeObject PySSLMemoryBIO_Type; variable
496 #define PySSLMemoryBIO_Check(v) (Py_TYPE(v) == &PySSLMemoryBIO_Type)
4822 static PyTypeObject PySSLMemoryBIO_Type = { variable
5724 if (PyType_Ready(&PySSLMemoryBIO_Type) < 0) in PyInit__ssl()
5811 (PyObject *)&PySSLMemoryBIO_Type) != 0) in PyInit__ssl()