OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edio
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
s_server.c
3262
BIO *io, *ssl_bio, *sbio, *
edio
;
local
3284
edio
= BIO_new(BIO_s_mem());
3285
if ((io == NULL) || (ssl_bio == NULL) || (
edio
== NULL))
3350
edio
= BIO_push(filter,
edio
);
3390
BIO_write(
edio
, buf, (int)readbytes);
3395
i = BIO_gets(!BIO_eof(
edio
) ?
edio
: io, buf, bufsize + 1);
3731
BIO_free_all(
edio
);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026