OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_to_c
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/threads/
mttest.c
426
BIO *
s_to_c
=NULL;
local
452
s_to_c
=BIO_new(BIO_s_mem());
453
if ((
s_to_c
== NULL) || (c_to_s == NULL)) goto err;
460
SSL_set_bio(c_ssl,
s_to_c
,c_to_s);
464
SSL_set_bio(s_ssl,c_to_s,
s_to_c
);
692
if (
s_to_c
!= NULL) BIO_free(
s_to_c
);
/external/openssl/ssl/
ssltest.c
1570
BIO *
s_to_c
=NULL;
local
[
all
...]
Completed in 32 milliseconds