OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:app_libctx
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/lib/
app_libctx.c
9
#include "
app_libctx
.h"
12
static OSSL_LIB_CTX *
app_libctx
= NULL;
variable
28
return
app_libctx
;
37
if (
app_libctx
== NULL) {
42
app_libctx
= OSSL_LIB_CTX_new();
44
if (
app_libctx
== NULL)
46
return
app_libctx
;
app_libctx.c
9
#include "
app_libctx
.h"
12
static OSSL_LIB_CTX *
app_libctx
= NULL;
variable
28
return
app_libctx
;
37
if (
app_libctx
== NULL) {
42
app_libctx
= OSSL_LIB_CTX_new();
44
if (
app_libctx
== NULL)
46
return
app_libctx
;
/src/crypto/external/bsd/openssl/dist/apps/lib/
app_libctx.c
9
#include "
app_libctx
.h"
12
static OSSL_LIB_CTX *
app_libctx
= NULL;
variable
28
return
app_libctx
;
37
if (
app_libctx
== NULL) {
42
app_libctx
= OSSL_LIB_CTX_new();
44
if (
app_libctx
== NULL)
46
return
app_libctx
;
app_libctx.c
9
#include "
app_libctx
.h"
12
static OSSL_LIB_CTX *
app_libctx
= NULL;
variable
28
return
app_libctx
;
37
if (
app_libctx
== NULL) {
42
app_libctx
= OSSL_LIB_CTX_new();
44
if (
app_libctx
== NULL)
46
return
app_libctx
;
Completed in 42 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026