OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:property_defns
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
context.c
30
void *
property_defns
;
member in struct:ossl_lib_ctx_st
162
ctx->
property_defns
= ossl_property_defns_new(ctx);
163
if (ctx->
property_defns
== NULL)
298
if (ctx->
property_defns
!= NULL) {
299
ossl_property_defns_free(ctx->
property_defns
);
300
ctx->
property_defns
= NULL;
583
return ctx->
property_defns
;
Completed in 86 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026