Lines Matching defs:section
114 static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
116 char *entry = NCONF_get_string(conf, section, tag);
118 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
241 char *section = NULL;
265 section = opt_arg();
353 /* Lets get the config section we are using */
354 if (section == NULL) {
360 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
361 if (section == NULL)
369 "trying to read " ENV_DATABASE " in section \"%s\"\n",
370 section);
372 srpvfile = lookup_conf(conf, section, ENV_DATABASE);