Searched refs:PySSLContext_Type (Results 1 – 4 of 4) sorted by relevance
13 PyTypeObject *PySSLContext_Type; member
2109 if (PyObject_TypeCheck(value, self->ctx->state->PySSLContext_Type)) { in PySSL_set_context()6101 state->PySSLContext_Type = (PyTypeObject *)PyType_FromModuleAndSpec( in sslmodule_init_types()6104 if (state->PySSLContext_Type == NULL) in sslmodule_init_types()6131 if (PyModule_AddType(module, state->PySSLContext_Type)) in sslmodule_init_types()6159 Py_VISIT(state->PySSLContext_Type); in sslmodule_traverse()6184 Py_CLEAR(state->PySSLContext_Type); in sslmodule_clear()
411 if ((type == get_state_type(type)->PySSLContext_Type) && in _ssl__SSLContext()
2341 Modules/_ssl.c - PySSLContext_Type -