Lines Matching defs:attr_sect
54 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1072 char *tmp, *dn_sect, *attr_sect;
1091 attr_sect = NCONF_get_string(req_conf, section, ATTRIBUTES);
1092 if (attr_sect == NULL) {
1095 attr_sk = NCONF_get_section(req_conf, attr_sect);
1097 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect);
1111 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1126 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1248 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1256 if ((value = NCONF_get_string(req_conf, attr_sect, buf))
1264 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) {
1271 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {