Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c366 #define ERRSTR(x) ERRSTR1("_ssl.c", STRINGIFY2(__LINE__), x) macro
712 ERRSTR("The handshake operation timed out")); in PySSL_SSLdo_handshake()
716 ERRSTR("Underlying socket has been closed.")); in PySSL_SSLdo_handshake()
720 ERRSTR("Underlying socket too large for select().")); in PySSL_SSLdo_handshake()
956 ERRSTR("No method for internalizing subjectAltName!")); in _get_peer_alt_names()
/external/python/cpython3/Modules/
D_ssl.c510 #define ERRSTR(x) ERRSTR1("_ssl.c", Py_STRINGIFY(__LINE__), x) macro
1039 ERRSTR("The handshake operation timed out")); in _ssl__SSLSocket_do_handshake_impl()
1043 ERRSTR("Underlying socket has been closed.")); in _ssl__SSLSocket_do_handshake_impl()
1047 ERRSTR("Underlying socket too large for select().")); in _ssl__SSLSocket_do_handshake_impl()