Home
last modified time | relevance | path

Searched refs:global_properties (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcontext.c31 void *global_properties; member
166 ctx->global_properties = ossl_ctx_global_properties_new(ctx); in context_init()
167 if (ctx->global_properties == NULL) in context_init()
303 if (ctx->global_properties != NULL) { in context_deinit_objs()
304 ossl_ctx_global_properties_free(ctx->global_properties); in context_deinit_objs()
305 ctx->global_properties = NULL; in context_deinit_objs()
585 return ctx->global_properties; in ossl_lib_ctx_get_data()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp378 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy() argument
379 auto global_props_sp = global_properties.GetValueProperties(); in CreateLocalCopy()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h37 CreateLocalCopy(const Properties &global_properties);