Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c335 #define ERRSTR(x) ERRSTR1("_ssl.c", STRINGIFY2(__LINE__), x) macro
645 ERRSTR("The handshake operation timed out")); in PySSL_SSLdo_handshake()
649 ERRSTR("Underlying socket has been closed.")); in PySSL_SSLdo_handshake()
653 ERRSTR("Underlying socket too large for select().")); in PySSL_SSLdo_handshake()
871 ERRSTR("No method for internalizing subjectAltName!")); in _get_peer_alt_names()