Searched refs:PySSLMemoryBIO_Type (Results 1 – 4 of 4) sorted by relevance
726 if (!PyObject_TypeCheck(args[0], get_state_ctx(self)->PySSLMemoryBIO_Type)) { in _ssl__SSLContext__wrap_bio()727 …Argument("_wrap_bio", "argument 'incoming'", (get_state_ctx(self)->PySSLMemoryBIO_Type)->tp_name, … in _ssl__SSLContext__wrap_bio()731 if (!PyObject_TypeCheck(args[1], get_state_ctx(self)->PySSLMemoryBIO_Type)) { in _ssl__SSLContext__wrap_bio()732 …Argument("_wrap_bio", "argument 'outgoing'", (get_state_ctx(self)->PySSLMemoryBIO_Type)->tp_name, … in _ssl__SSLContext__wrap_bio()887 if ((type == get_state_type(type)->PySSLMemoryBIO_Type) && in _ssl_MemoryBIO()891 if ((type == get_state_type(type)->PySSLMemoryBIO_Type) && in _ssl_MemoryBIO()
15 PyTypeObject *PySSLMemoryBIO_Type; member
6113 state->PySSLMemoryBIO_Type = (PyTypeObject *)PyType_FromModuleAndSpec( in sslmodule_init_types()6116 if (state->PySSLMemoryBIO_Type == NULL) in sslmodule_init_types()6135 if (PyModule_AddType(module, state->PySSLMemoryBIO_Type)) in sslmodule_init_types()6161 Py_VISIT(state->PySSLMemoryBIO_Type); in sslmodule_traverse()6186 Py_CLEAR(state->PySSLMemoryBIO_Type); in sslmodule_clear()
2342 Modules/_ssl.c - PySSLMemoryBIO_Type -