Lines Matching defs:section
36 * The following section contains the "CONF classic" functions, rewritten in
99 const char *section)
107 return NCONF_get_section(&ctmp, section);
175 * The following section contains the "New CONF" functions. They are
229 /* A section is a CONF_VALUE with name == NULL */
231 sk_OPENSSL_CSTRING_push(names, v->section);
285 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section)
292 if (section == NULL) {
297 return _CONF_get_section_values(conf, section);
368 long _CONF_get_number(const CONF *conf, const char *section,
375 status = NCONF_get_number_e(conf, section, name, &result);