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_string_data
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
context.c
26
void *
property_string_data
;
member in struct:ossl_lib_ctx_st
154
ctx->
property_string_data
= ossl_property_string_data_new(ctx);
155
if (ctx->
property_string_data
== NULL)
288
if (ctx->
property_string_data
!= NULL) {
289
ossl_property_string_data_free(ctx->
property_string_data
);
290
ctx->
property_string_data
= NULL;
575
return ctx->
property_string_data
;
Completed in 27 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026