OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENV_DATABASE
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
srp.c
81
#define
ENV_DATABASE
"srpvfile"
498
VERBOSE BIO_printf(bio_err,"trying to read "
ENV_DATABASE
" in section \"%s\"\n",section);
500
if ((dbfile=NCONF_get_string(conf,section,
ENV_DATABASE
)) == NULL)
502
lookup_fail(section,
ENV_DATABASE
);
ca.c
138
#define
ENV_DATABASE
"database"
727
if ((dbfile=NCONF_get_string(conf,section,
ENV_DATABASE
)) == NULL)
729
lookup_fail(section,
ENV_DATABASE
);
890
if ((dbfile=NCONF_get_string(conf,section,
ENV_DATABASE
)) == NULL)
892
lookup_fail(section,
ENV_DATABASE
);
[
all
...]
Completed in 797 milliseconds