Lines Matching defs:want
402 * we want to send the answer, and we will wait for
713 * we want to send the answer, and we will wait for
2359 verbose(VERB_ALGO, "doq socket want write");
2370 verbose(VERB_ALGO, "doq socket want no write");
2679 /* see if we want to have more write events */
3052 /* we do not want to log here, because
3058 /* we do not want to log here,
3414 int want = SSL_get_error(c->ssl, r);
3415 if(want == SSL_ERROR_WANT_READ) {
3421 } else if(want == SSL_ERROR_WANT_WRITE) {
3429 } else if(want == SSL_ERROR_SYSCALL) {
3454 want, err);
3587 int want = SSL_get_error(c->ssl, r);
3588 if(want == SSL_ERROR_ZERO_RETURN) {
3592 } else if(want == SSL_ERROR_WANT_READ) {
3597 } else if(want == SSL_ERROR_WANT_WRITE) {
3601 } else if(want == SSL_ERROR_SYSCALL) {
3612 want);
3655 int want = SSL_get_error(c->ssl, r);
3656 if(want == SSL_ERROR_ZERO_RETURN) {
3660 } else if(want == SSL_ERROR_WANT_READ) {
3665 } else if(want == SSL_ERROR_WANT_WRITE) {
3669 } else if(want == SSL_ERROR_SYSCALL) {
3680 want);
3716 int want = SSL_get_error(c->ssl, r);
3717 if(want == SSL_ERROR_ZERO_RETURN) {
3721 } else if(want == SSL_ERROR_WANT_READ) {
3726 } else if(want == SSL_ERROR_WANT_WRITE) {
3730 } else if(want == SSL_ERROR_SYSCALL) {
3740 log_crypto_err_io("could not SSL_read", want);
3766 int want = SSL_get_error(c->ssl, r);
3767 if(want == SSL_ERROR_ZERO_RETURN) {
3771 } else if(want == SSL_ERROR_WANT_READ) {
3776 } else if(want == SSL_ERROR_WANT_WRITE) {
3780 } else if(want == SSL_ERROR_SYSCALL) {
3790 log_crypto_err_io("could not SSL_read", want);
3859 int want = SSL_get_error(c->ssl, r);
3860 if(want == SSL_ERROR_ZERO_RETURN) {
3862 } else if(want == SSL_ERROR_WANT_READ) {
3866 } else if(want == SSL_ERROR_WANT_WRITE) {
3871 } else if(want == SSL_ERROR_SYSCALL) {
3881 log_crypto_err_io("could not SSL_write", want);
3911 int want = SSL_get_error(c->ssl, r);
3912 if(want == SSL_ERROR_ZERO_RETURN) {
3914 } else if(want == SSL_ERROR_WANT_READ) {
3918 } else if(want == SSL_ERROR_WANT_WRITE) {
3923 } else if(want == SSL_ERROR_SYSCALL) {
3933 log_crypto_err_io("could not SSL_write", want);
4709 int want = SSL_get_error(c->ssl, r);
4710 if(want == SSL_ERROR_ZERO_RETURN) {
4712 } else if(want == SSL_ERROR_WANT_READ) {
4714 } else if(want == SSL_ERROR_WANT_WRITE) {
4718 } else if(want == SSL_ERROR_SYSCALL) {
4728 log_crypto_err_io("could not SSL_read", want);
4846 * itself and we don't want the header to get returned
5167 int want = SSL_get_error(h2_session->c->ssl, r);
5168 if(want == SSL_ERROR_ZERO_RETURN) {
5170 } else if(want == SSL_ERROR_WANT_READ) {
5172 } else if(want == SSL_ERROR_WANT_WRITE) {
5176 } else if(want == SSL_ERROR_SYSCALL) {
5186 log_crypto_err_io("could not SSL_read", want);
5422 int want = SSL_get_error(c->ssl, r);
5423 if(want == SSL_ERROR_ZERO_RETURN) {
5425 } else if(want == SSL_ERROR_WANT_READ) {
5429 } else if(want == SSL_ERROR_WANT_WRITE) {
5431 } else if(want == SSL_ERROR_SYSCALL) {
5441 log_crypto_err_io("could not SSL_write", want);
5495 int want = SSL_get_error(h2_session->c->ssl, r);
5496 if(want == SSL_ERROR_ZERO_RETURN) {
5498 } else if(want == SSL_ERROR_WANT_READ) {
5502 } else if(want == SSL_ERROR_WANT_WRITE) {
5504 } else if(want == SSL_ERROR_SYSCALL) {
5514 log_crypto_err_io("could not SSL_write", want);