Searched refs:client_io (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c1149 BIO *server = NULL, *server_io = NULL, *client = NULL, *client_io = NULL; local
1156 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))
1181 * client_io: client's SSL communication; usually to be
1192 * client + client_io, server + server_io.
1360 BIO *io1 = server_io, *io2 = client_io;
1402 printf((io1 == client_io) ?
1452 printf((io2 == client_io) ?
1495 if (client_io)
1496 BIO_free(client_io);

Completed in 106 milliseconds