Searched refs:section_find (Results 1 – 1 of 1) sorted by relevance
47 static section_t *section_find(const config_t *config, const char *section);117 return (section_find(config, section) != NULL); in config_has_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()264 section_t *sec = section_find(config, section); in config_remove_key()663 static section_t *section_find(const config_t *config, const char *section) in section_find() function701 section_t *sec = section_find(config, section); in entry_find()