OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:io2
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
2434
BIO *io1 = server_io, *
io2
= client_io;
local
2437
* BIO_write/BIO_read interface for
io2
2443
/* io1 to
io2
*/
2449
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2467
r = BIO_write(
io2
, dataptr, (int)num);
2480
/*
io2
to io1 */
2485
r1 = BIO_ctrl_pending(
io2
);
2508
r = BIO_read(
io2
, dataptr, (int)num);
2523
printf((
io2
== client_io) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num);
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
2439
BIO *io1 = server_io, *
io2
= client_io;
local
2442
* BIO_write/BIO_read interface for
io2
2448
/* io1 to
io2
*/
2454
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2472
r = BIO_write(
io2
, dataptr, (int)num);
2488
/*
io2
to io1 */
2493
r1 = BIO_ctrl_pending(
io2
);
2516
r = BIO_read(
io2
, dataptr, (int)num);
2531
printf((
io2
== client_io) ?
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
2414
BIO *io1 = server_io, *
io2
= client_io;
local
2417
* BIO_write/BIO_read interface for
io2
2423
/* io1 to
io2
*/
2429
r2 = BIO_ctrl_get_write_guarantee(
io2
);
2447
r = BIO_write(
io2
, dataptr, (int)num);
2463
/*
io2
to io1 */
2468
r1 = BIO_ctrl_pending(
io2
);
2491
r = BIO_read(
io2
, dataptr, (int)num);
2506
printf((
io2
== client_io) ?
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026