Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.h20 PyObject *PySSLCertVerificationErrorObject; member
D_ssl.c478 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
550 if ((sslsock != NULL) && (type == state->PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
666 type = state->PySSLCertVerificationErrorObject; in PySSL_SetError()
5715 state->PySSLCertVerificationErrorObject, in sslmodule_init_exceptions()
6237 Py_VISIT(state->PySSLCertVerificationErrorObject); in sslmodule_traverse()
6262 Py_CLEAR(state->PySSLCertVerificationErrorObject); in sslmodule_clear()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv899 Modules/_ssl.c - PySSLCertVerificationErrorObject -