OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:membio2
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/test/
sslapitest.c
1946
BIO *sslbio = NULL, *membio1 = NULL, *
membio2
= NULL;
local
1967
if (!TEST_ptr(
membio2
= BIO_new(BIO_s_mem()))) {
1972
SSL_set0_rbio(ssl,
membio2
);
1974
SSL_set0_wbio(ssl,
membio2
);
/src/crypto/external/apache2/openssl/dist/test/
sslapitest.c
3075
BIO *sslbio = NULL, *membio1 = NULL, *
membio2
= NULL;
local
3095
if (!TEST_ptr(
membio2
= BIO_new(BIO_s_mem()))) {
3100
SSL_set0_rbio(ssl,
membio2
);
3102
SSL_set0_wbio(ssl,
membio2
);
/src/crypto/external/bsd/openssl/dist/test/
sslapitest.c
3031
BIO *sslbio = NULL, *membio1 = NULL, *
membio2
= NULL;
local
3051
if (!TEST_ptr(
membio2
= BIO_new(BIO_s_mem()))) {
3056
SSL_set0_rbio(ssl,
membio2
);
3058
SSL_set0_wbio(ssl,
membio2
);
Completed in 129 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026