Lines Matching refs:io1
2435 BIO *io1 = server_io, *io2 = client_io;
2437 * we use the non-copying interface for io1 and the standard
2444 /* io1 to io2 */
2449 r1 = BIO_ctrl_pending(io1);
2461 r = BIO_nread(io1, &dataptr, (int)num);
2477 printf((io1 == client_io) ?
2484 /* io2 to io1 */
2490 r2 = BIO_ctrl_get_read_request(io1);
2508 r = BIO_nwrite0(io1, &dataptr);
2519 r = BIO_nwrite(io1, &dataptr, (int)num);