OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_bio
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c
427
BIO *
c_bio
=NULL;
local
455
c_bio
=BIO_new(BIO_f_ssl());
457
if ((
c_bio
== NULL) || (s_bio == NULL)) goto err;
461
BIO_set_ssl(
c_bio
,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
482
i=(int)BIO_pending(
c_bio
);
516
i=BIO_write(
c_bio
,"hello from client\n",18);
521
if (BIO_should_retry(
c_bio
))
523
if (BIO_should_read(
c_bio
))
525
if (BIO_should_write(
c_bio
))
548
i=BIO_read(
c_bio
,cbuf,100)
[
all
...]
/external/openssl/crypto/threads/
mttest.c
427
BIO *
c_bio
=NULL;
local
455
c_bio
=BIO_new(BIO_f_ssl());
457
if ((
c_bio
== NULL) || (s_bio == NULL)) goto err;
461
BIO_set_ssl(
c_bio
,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
482
i=(int)BIO_pending(
c_bio
);
516
i=BIO_write(
c_bio
,"hello from client\n",18);
521
if (BIO_should_retry(
c_bio
))
523
if (BIO_should_read(
c_bio
))
525
if (BIO_should_write(
c_bio
))
548
i=BIO_read(
c_bio
,cbuf,100)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c
1565
BIO *
c_bio
=NULL;
local
[
all
...]
/external/openssl/ssl/
ssltest.c
1571
BIO *
c_bio
=NULL;
local
[
all
...]
Completed in 1220 milliseconds