OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vsection
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/conf/
conf_mod.c
129
char *
vsection
= NULL;
local
137
vsection
= NCONF_get_string(cnf, NULL, appname);
139
if (!appname || (!
vsection
&& (flags & CONF_MFLAGS_DEFAULT_SECTION)))
140
vsection
= NCONF_get_string(cnf, NULL, "openssl_conf");
142
if (!
vsection
)
148
values = NCONF_get_section(cnf,
vsection
);
Completed in 1971 milliseconds