OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_io
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
ct_test.c
115
BIO *
file_io
= BIO_new_file(file_path, "r");
local
117
if (
file_io
!= NULL)
118
len = BIO_read(
file_io
, buffer, buffer_length);
119
BIO_free(
file_io
);
/src/crypto/external/bsd/openssl/dist/test/
ct_test.c
115
BIO *
file_io
= BIO_new_file(file_path, "r");
local
117
if (
file_io
!= NULL)
118
len = BIO_read(
file_io
, buffer, buffer_length);
119
BIO_free(
file_io
);
/src/crypto/external/bsd/openssl.old/dist/test/
ct_test.c
114
BIO *
file_io
= BIO_new_file(file_path, "r");
local
116
if (
file_io
!= NULL)
117
len = BIO_read(
file_io
, buffer, buffer_length);
118
BIO_free(
file_io
);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026