Home
last modified time | relevance | path

Searched refs:PySSLCertVerificationErrorObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Modules/
D_ssl.h20 PyObject *PySSLCertVerificationErrorObject; member
D_ssl.c484 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
556 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
672 type = state->PySSLCertVerificationErrorObject; in PySSL_SetError()
5667 state->PySSLCertVerificationErrorObject, in sslmodule_init_exceptions()
6165 Py_VISIT(state->PySSLCertVerificationErrorObject); in sslmodule_traverse()
6190 Py_CLEAR(state->PySSLCertVerificationErrorObject); in sslmodule_clear()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2399 Modules/_ssl.c - PySSLCertVerificationErrorObject -