Searched defs:SSL_ERROR_EOF (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsocket.py79 SSL_ERROR_EOF, \
80 SSL_ERROR_INVALID_ERROR_CODE namespace
H A Dssl.py36 SSL_ERROR_EOF
74 SSL_ERROR_EOF, \
162 if x.args[0] == SSL_ERROR_EOF and self.suppress_ragged_eofs:
75 SSL_ERROR_INVALID_ERROR_CODE namespace
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsocket.py79 SSL_ERROR_EOF, \
80 SSL_ERROR_INVALID_ERROR_CODE namespace
H A Dssl.py36 SSL_ERROR_EOF
74 SSL_ERROR_EOF, \
162 if x.args[0] == SSL_ERROR_EOF and self.suppress_ragged_eofs:
75 SSL_ERROR_INVALID_ERROR_CODE namespace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsocket.py79 SSL_ERROR_EOF, \
80 SSL_ERROR_INVALID_ERROR_CODE namespace
H A Dssl.py36 SSL_ERROR_EOF
74 SSL_ERROR_EOF, \
162 if x.args[0] == SSL_ERROR_EOF and self.suppress_ragged_eofs:
75 SSL_ERROR_INVALID_ERROR_CODE namespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsocket.py79 SSL_ERROR_EOF, \
80 SSL_ERROR_INVALID_ERROR_CODE namespace
H A Dssl.py36 SSL_ERROR_EOF
74 SSL_ERROR_EOF, \
162 if x.args[0] == SSL_ERROR_EOF and self.suppress_ragged_eofs:
75 SSL_ERROR_INVALID_ERROR_CODE namespace

Completed in 45 milliseconds