Home | History | Annotate | Download | only in ssl

Lines Matching defs:io2

1407 			BIO *io1 = server_io, *io2 = client_io;
1409 * and the standard BIO_write/BIO_read interface for io2
1415 /* io1 to io2 */
1422 r2 = BIO_ctrl_get_write_guarantee(io2);
1439 r = BIO_write(io2, dataptr, (int)num);
1457 /* io2 to io1 */
1462 r1 = BIO_ctrl_pending(io2);
1485 r = BIO_read(io2, dataptr, (int)num);
1502 printf((io2 == client_io) ?