OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_io
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c
2217
BIO *server = NULL, *server_io = NULL, *client = NULL, *
client_io
= NULL;
local
2226
if (!BIO_new_bio_pair(&client, bufsiz, &
client_io
, bufsiz))
2251
*
client_io
: client's SSL communication; usually to be
2262
* client +
client_io
, server + server_io.
2434
BIO *io1 = server_io, *io2 =
client_io
;
2476
printf((io1 ==
client_io
) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num);
2523
printf((io2 ==
client_io
) ? "C->S relaying: %d bytes\n" : "S->C relaying: %d bytes\n", (int)num);
2568
BIO_free(
client_io
);
/src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c
2222
BIO *server = NULL, *server_io = NULL, *client = NULL, *
client_io
= NULL;
local
2231
if (!BIO_new_bio_pair(&client, bufsiz, &
client_io
, bufsiz))
2256
*
client_io
: client's SSL communication; usually to be
2267
* client +
client_io
, server + server_io.
2439
BIO *io1 = server_io, *io2 =
client_io
;
2481
printf((io1 ==
client_io
) ?
2531
printf((io2 ==
client_io
) ?
2579
BIO_free(
client_io
);
/src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c
2197
BIO *server = NULL, *server_io = NULL, *client = NULL, *
client_io
= NULL;
local
2206
if (!BIO_new_bio_pair(&client, bufsiz, &
client_io
, bufsiz))
2231
*
client_io
: client's SSL communication; usually to be
2242
* client +
client_io
, server + server_io.
2414
BIO *io1 = server_io, *io2 =
client_io
;
2456
printf((io1 ==
client_io
) ?
2506
printf((io2 ==
client_io
) ?
2554
BIO_free(
client_io
);
Completed in 37 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026