Searched defs:io2 (Results 1 - 2 of 2) sorted by relevance

/external/openssl/ssl/
H A Dssltest.c1407 BIO *io1 = server_io, *io2 = client_io; local
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) ?
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc21523 i::Handle<i::JSObject> io2 = v8::Utils::OpenHandle(*o2); local
21524 CHECK(io1->map() == io2->map());
21529 CHECK(io1->map() == io2->map());

Completed in 325 milliseconds