Home
last modified time | relevance | path

Searched refs:section_t (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.7.0/components/bt/common/osi/
Dconfig.c34 } section_t; typedef
45 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()
264 section_t *sec = section_find(config, section); in config_remove_key()
300 const section_t *section = (const section_t *)list_node(lnode); in config_section_name()
311 const section_t *section = (const section_t *)list_node(node); in get_config_size()
408 const section_t *section = (const section_t *)list_node(node); in config_save()
[all …]