OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_item
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/apps/
cmp.c
2106
static char
opt_item
[SECTION_NAME_MAX + 1];
variable
2129
memcpy(
opt_item
, beg, len);
2130
opt_item
[len] = '\0';
2149
if ((res = NCONF_get_string(src_conf,
opt_item
, name)) != NULL)
2846
if (!NCONF_get_section(conf,
opt_item
)) {
2848
opt_item
, configfile);
/src/crypto/external/apache2/openssl/dist/apps/
cmp.c
2643
static char
opt_item
[SECTION_NAME_MAX + 1];
variable
2666
memcpy(
opt_item
, beg, len);
2667
opt_item
[len] = '\0';
2686
if ((res = app_conf_try_string(src_conf,
opt_item
, name)) != NULL)
3701
if (!NCONF_get_section(conf,
opt_item
)) {
3703
opt_item
, configfile);
Completed in 30 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026