Lines Matching refs:section
50 static int str_copy(CONF *conf, char *section, char **to, char *from);
221 char *section = NULL, *buf; in def_load_bio() local
238 section = OPENSSL_strdup("default"); in def_load_bio()
239 if (section == NULL) in def_load_bio()
247 sv = _CONF_new_section(conf, section); in def_load_bio()
371 if (!str_copy(conf, NULL, §ion, start)) in def_load_bio()
373 if ((sv = _CONF_get_section(conf, section)) == NULL) in def_load_bio()
374 sv = _CONF_new_section(conf, section); in def_load_bio()
390 psection = section; in def_load_bio()
543 if (strcmp(psection, section) != 0) { in def_load_bio()
562 OPENSSL_free(section); in def_load_bio()
572 OPENSSL_free(section); in def_load_bio()
642 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() argument
718 cp = section; in str_copy()
992 BIO_printf(out, "[%s] %s=%s\n", a->section, a->name, a->value); in dump_value_doall_arg()
994 BIO_printf(out, "[[%s]]\n", a->section); in dump_value_doall_arg()