OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bio_core
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
context.c
37
void *
bio_core
;
member in struct:ossl_lib_ctx_st
171
ctx->
bio_core
= ossl_bio_core_globals_new(ctx);
172
if (ctx->
bio_core
== NULL)
309
if (ctx->
bio_core
!= NULL) {
310
ossl_bio_core_globals_free(ctx->
bio_core
);
311
ctx->
bio_core
= NULL;
594
return ctx->
bio_core
;
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026