Lines Matching defs:section
50 static int str_copy(CONF *conf, char *section, char **to, char *from);
221 char *section = NULL, *buf;
238 section = OPENSSL_strdup("default");
239 if (section == NULL) {
249 sv = _CONF_new_section(conf, section);
373 if (!str_copy(conf, NULL, §ion, start))
375 if ((sv = _CONF_get_section(conf, section)) == NULL)
376 sv = _CONF_new_section(conf, section);
392 psection = section;
552 if (strcmp(psection, section) != 0) {
571 OPENSSL_free(section);
581 OPENSSL_free(section);
651 static int str_copy(CONF *conf, char *section, char **pto, char *from)
727 cp = section;
757 * cp which is the start of the section string which is
1003 BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value);
1005 BIO_printf(out, "[[%s]]\n", a->section);