Searched refs:PySSLMemoryBIO_Type (Results 1 – 2 of 2) sorted by relevance
636 …&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()
463 static PyTypeObject PySSLMemoryBIO_Type; variable496 #define PySSLMemoryBIO_Check(v) (Py_TYPE(v) == &PySSLMemoryBIO_Type)4822 static PyTypeObject PySSLMemoryBIO_Type = { variable5724 if (PyType_Ready(&PySSLMemoryBIO_Type) < 0) in PyInit__ssl()5811 (PyObject *)&PySSLMemoryBIO_Type) != 0) in PyInit__ssl()