Home
last modified time | relevance | path

Searched refs:PySSLContext_Type (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A D_ssl.h13 PyTypeObject *PySSLContext_Type; member
H A D_ssl.c353 class _ssl._SSLContext "PySSLContext *" "get_state_type(type)->PySSLContext_Type"
2146 if (PyObject_TypeCheck(value, self->ctx->state->PySSLContext_Type)) { in PySSL_set_context()
6204 state->PySSLContext_Type = (PyTypeObject *)PyType_FromModuleAndSpec( in sslmodule_init_types()
6207 if (state->PySSLContext_Type == NULL) in sslmodule_init_types()
6234 if (PyModule_AddType(module, state->PySSLContext_Type)) in sslmodule_init_types()
6286 Py_VISIT(state->PySSLContext_Type); in sslmodule_traverse()
6311 Py_CLEAR(state->PySSLContext_Type); in sslmodule_clear()
/third_party/python/Modules/clinic/
H A D_ssl.c.h411 if ((type == get_state_type(type)->PySSLContext_Type || in _ssl__SSLContext()
412 type->tp_init == get_state_type(type)->PySSLContext_Type->tp_init) && in _ssl__SSLContext()

Completed in 11 milliseconds