Home
last modified time | relevance | path

Searched refs:PySSLContext_Type (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
D_ssl.h13 PyTypeObject *PySSLContext_Type; member
D_ssl.c2109 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()
/third_party/python/Modules/clinic/
D_ssl.c.h411 if ((type == get_state_type(type)->PySSLContext_Type) && in _ssl__SSLContext()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2341 Modules/_ssl.c - PySSLContext_Type -