Lines Matching refs:SSL_ERROR_WANT_READ
604 case SSL_ERROR_WANT_READ:
975 if (err.ssl == SSL_ERROR_WANT_READ) {
998 } while (err.ssl == SSL_ERROR_WANT_READ ||
2399 if (err.ssl == SSL_ERROR_WANT_READ) {
2418 } while (err.ssl == SSL_ERROR_WANT_READ ||
2552 if (err.ssl == SSL_ERROR_WANT_READ) {
2572 } while (err.ssl == SSL_ERROR_WANT_READ ||
2675 if (err.ssl == SSL_ERROR_WANT_READ)
2683 if (err.ssl == SSL_ERROR_WANT_READ)
5842 PyModule_AddIntConstant(m, "SSL_ERROR_WANT_READ",