Searched refs:CONF_SECTION (Results 1 – 2 of 2) sorted by relevance
38 static uint32_t conf_section_hash(const CONF_SECTION *s) { in conf_section_hash()42 static int conf_section_cmp(const CONF_SECTION *a, const CONF_SECTION *b) { in conf_section_cmp()95 static void section_free(CONF_SECTION *section) { in section_free()106 static void section_free_arg(CONF_SECTION *section, void *arg) { in section_free_arg()123 CONF_SECTION *s = in NCONF_new_section()124 reinterpret_cast<CONF_SECTION *>(OPENSSL_malloc(sizeof(CONF_SECTION))); in NCONF_new_section()134 CONF_SECTION *old_section; in NCONF_new_section()238 CONF_SECTION templ; in get_section()271 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()378 CONF_SECTION *sv = NULL; in NCONF_load_bio()[all …]
27 typedef struct conf_section_st CONF_SECTION; typedef29 DEFINE_LHASH_OF(CONF_SECTION)34 LHASH_OF(CONF_SECTION) *sections;
Completed in 4 milliseconds