OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bio3
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bio_meth_test.c
17
BIO *membio = NULL, *bio1 = NULL, *bio2 = NULL, *
bio3
= NULL;
local
28
|| !TEST_ptr(
bio3
= BIO_new(meth3))
32
BIO_set_next(
bio3
, bio2);
45
if (!TEST_ptr_eq(BIO_find_type(
bio3
, BIO_TYPE_MEM), membio)
46
|| !TEST_ptr_eq(BIO_find_type(
bio3
, id), bio1))
50
if (!TEST_ptr_null(BIO_find_type(
bio3
, BIO_TYPE_NONE)))
53
if (!TEST_ptr_eq(BIO_find_type(
bio3
, BIO_TYPE_FILTER),
bio3
))
58
BIO_free(
bio3
);
bio_meth_test.c
17
BIO *membio = NULL, *bio1 = NULL, *bio2 = NULL, *
bio3
= NULL;
local
28
|| !TEST_ptr(
bio3
= BIO_new(meth3))
32
BIO_set_next(
bio3
, bio2);
45
if (!TEST_ptr_eq(BIO_find_type(
bio3
, BIO_TYPE_MEM), membio)
46
|| !TEST_ptr_eq(BIO_find_type(
bio3
, id), bio1))
50
if (!TEST_ptr_null(BIO_find_type(
bio3
, BIO_TYPE_NONE)))
53
if (!TEST_ptr_eq(BIO_find_type(
bio3
, BIO_TYPE_FILTER),
bio3
))
58
BIO_free(
bio3
);
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026