Searched refs:section_t (Results 1 – 1 of 1) sorted by relevance
34 } section_t; typedef45 static section_t *section_new(const char *name);47 static section_t *section_find(const config_t *config, const char *section);133 const section_t *section = (const section_t *)list_node(node); in config_has_key_in_section()221 section_t *sec = section_find(config, section); in config_set_string()249 section_t *sec = section_find(config, section); in config_remove_section()266 section_t *first_sec = list_node(first_node); in config_update_newest_section()272 section_t *sec = list_node(node); in config_update_newest_section()290 section_t *sec = section_find(config, section); in config_remove_key()326 const section_t *section = (const section_t *)list_node(lnode); in config_section_name()[all …]