Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c474 PySSL_SetError(PySSLSocket *obj, int ret, char *filename, int lineno) in PySSL_SetError() function
728 return PySSL_SetError(self, ret, __FILE__, __LINE__); in PySSL_SSLdo_handshake()
1826 return PySSL_SetError(self, len, __FILE__, __LINE__); in PySSL_SSLwrite()
1848 return PySSL_SetError(self, count, __FILE__, __LINE__); in PySSL_SSLpending()
1943 PySSL_SetError(self, count, __FILE__, __LINE__); in PySSL_SSLread()
2048 return PySSL_SetError(self, err, __FILE__, __LINE__); in PySSL_SSLshutdown()
/external/python/cpython3/Modules/
D_ssl.c708 PySSL_SetError(PySSLSocket *sslsock, int ret, const char *filename, int lineno) in PySSL_SetError() function
1056 return PySSL_SetError(self, ret, __FILE__, __LINE__); in _ssl__SSLSocket_do_handshake_impl()
2341 return PySSL_SetError(self, len, __FILE__, __LINE__); in _ssl__SSLSocket_write_impl()
2368 return PySSL_SetError(self, count, __FILE__, __LINE__); in _ssl__SSLSocket_pending_impl()
2488 PySSL_SetError(self, count, __FILE__, __LINE__); in _ssl__SSLSocket_read_impl()
2609 return PySSL_SetError(self, ret, __FILE__, __LINE__); in _ssl__SSLSocket_shutdown_impl()