BIO_CB_WRITE
case BIO_CB_WRITE:
case BIO_CB_RETURN|BIO_CB_WRITE:
if ((ret = (int)bio_call_callback(b, BIO_CB_WRITE, in, inl, 0,
ret = (int)bio_call_callback(b, BIO_CB_WRITE | BIO_CB_RETURN,
if (bareoper == BIO_CB_READ || bareoper == BIO_CB_WRITE ||
int write_return = BIO_CB_WRITE | BIO_CB_RETURN;
(oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||
} else if (cmd == (BIO_CB_WRITE | BIO_CB_RETURN)) {
(oper&BIO_CB_READ)?"read":((oper&BIO_CB_WRITE)?"write":"other"),
if( (oper == (BIO_CB_WRITE|BIO_CB_RETURN) && argl == 0) ||