Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c435 } _PySSLError; typedef
446 _PySSLError err; /* last seen error from various sources */
466 static inline _PySSLError _PySSL_errno(int failed, const SSL *ssl, int retcode) in _PySSL_errno()
468 _PySSLError err = { 0 }; in _PySSL_errno()
712 _PySSLError err; in PySSL_SetError()
893 _PySSLError err = { 0 }; in newPySSLSocket()
989 _PySSLError err; in _ssl__SSLSocket_do_handshake_impl()
2254 _PySSLError err; in _ssl__SSLSocket_write_impl()
2359 _PySSLError err; in _ssl__SSLSocket_pending_impl()
2393 _PySSLError err; in _ssl__SSLSocket_read_impl()
[all …]