Lines Matching defs:want

394 		 * we want to send the answer, and we will wait for
705 * we want to send the answer, and we will wait for
1276 /* we do not want to log here, because
1282 /* we do not want to log here,
1638 int want = SSL_get_error(c->ssl, r);
1639 if(want == SSL_ERROR_WANT_READ) {
1645 } else if(want == SSL_ERROR_WANT_WRITE) {
1653 } else if(want == SSL_ERROR_SYSCALL) {
1678 want, err);
1811 int want = SSL_get_error(c->ssl, r);
1812 if(want == SSL_ERROR_ZERO_RETURN) {
1816 } else if(want == SSL_ERROR_WANT_READ) {
1821 } else if(want == SSL_ERROR_WANT_WRITE) {
1825 } else if(want == SSL_ERROR_SYSCALL) {
1836 want);
1879 int want = SSL_get_error(c->ssl, r);
1880 if(want == SSL_ERROR_ZERO_RETURN) {
1884 } else if(want == SSL_ERROR_WANT_READ) {
1889 } else if(want == SSL_ERROR_WANT_WRITE) {
1893 } else if(want == SSL_ERROR_SYSCALL) {
1904 want);
1940 int want = SSL_get_error(c->ssl, r);
1941 if(want == SSL_ERROR_ZERO_RETURN) {
1945 } else if(want == SSL_ERROR_WANT_READ) {
1950 } else if(want == SSL_ERROR_WANT_WRITE) {
1954 } else if(want == SSL_ERROR_SYSCALL) {
1964 log_crypto_err_io("could not SSL_read", want);
1990 int want = SSL_get_error(c->ssl, r);
1991 if(want == SSL_ERROR_ZERO_RETURN) {
1995 } else if(want == SSL_ERROR_WANT_READ) {
2000 } else if(want == SSL_ERROR_WANT_WRITE) {
2004 } else if(want == SSL_ERROR_SYSCALL) {
2014 log_crypto_err_io("could not SSL_read", want);
2083 int want = SSL_get_error(c->ssl, r);
2084 if(want == SSL_ERROR_ZERO_RETURN) {
2086 } else if(want == SSL_ERROR_WANT_READ) {
2090 } else if(want == SSL_ERROR_WANT_WRITE) {
2095 } else if(want == SSL_ERROR_SYSCALL) {
2105 log_crypto_err_io("could not SSL_write", want);
2135 int want = SSL_get_error(c->ssl, r);
2136 if(want == SSL_ERROR_ZERO_RETURN) {
2138 } else if(want == SSL_ERROR_WANT_READ) {
2142 } else if(want == SSL_ERROR_WANT_WRITE) {
2147 } else if(want == SSL_ERROR_SYSCALL) {
2157 log_crypto_err_io("could not SSL_write", want);
2933 int want = SSL_get_error(c->ssl, r);
2934 if(want == SSL_ERROR_ZERO_RETURN) {
2936 } else if(want == SSL_ERROR_WANT_READ) {
2938 } else if(want == SSL_ERROR_WANT_WRITE) {
2942 } else if(want == SSL_ERROR_SYSCALL) {
2952 log_crypto_err_io("could not SSL_read", want);
3070 * itself and we don't want the header to get returned
3391 int want = SSL_get_error(h2_session->c->ssl, r);
3392 if(want == SSL_ERROR_ZERO_RETURN) {
3394 } else if(want == SSL_ERROR_WANT_READ) {
3396 } else if(want == SSL_ERROR_WANT_WRITE) {
3400 } else if(want == SSL_ERROR_SYSCALL) {
3410 log_crypto_err_io("could not SSL_read", want);
3646 int want = SSL_get_error(c->ssl, r);
3647 if(want == SSL_ERROR_ZERO_RETURN) {
3649 } else if(want == SSL_ERROR_WANT_READ) {
3653 } else if(want == SSL_ERROR_WANT_WRITE) {
3655 } else if(want == SSL_ERROR_SYSCALL) {
3665 log_crypto_err_io("could not SSL_write", want);
3719 int want = SSL_get_error(h2_session->c->ssl, r);
3720 if(want == SSL_ERROR_ZERO_RETURN) {
3722 } else if(want == SSL_ERROR_WANT_READ) {
3726 } else if(want == SSL_ERROR_WANT_WRITE) {
3728 } else if(want == SSL_ERROR_SYSCALL) {
3738 log_crypto_err_io("could not SSL_write", want);