Lines Matching defs:section
146 int btif_config_get_int(const char* section, const char* key, const char* name, int* value) in btif_config_get_int()
152 int btif_config_set_int(const char* section, const char* key, const char* name, int value) in btif_config_set_int()
156 int btif_config_get_str(const char* section, const char* key, const char* name, char* value, int* s… in btif_config_get_str()
163 int btif_config_set_str(const char* section, const char* key, const char* name, const char* value) in btif_config_set_str()
168 int btif_config_exist(const char* section, const char* key, const char* name) in btif_config_exist()
179 int btif_config_get(const char* section, const char* key, const char* name, char* value, int* bytes… in btif_config_get()
215 int btif_config_set(const char* section, const char* key, const char* name, const char* value, int… in btif_config_set()
234 int btif_config_remove(const char* section, const char* key, const char* name) in btif_config_remove()
254 short btif_config_next_key(short pos, const char* section, char * name, int* bytes) in btif_config_next_key()
267 short btif_config_next_value(short pos, const char* section, const char* key, char* name, int* byte… in btif_config_next_value()
436 static int set_node(const char* section, const char* key, const char* name, in set_node()
479 static cfg_node* find_node(const char* section, const char* key, const char* name) in find_node()
546 static int remove_node(const char* section, const char* key, const char* name) in remove_node()
726 const char* section; in cfg_test_write() local
748 const char* section; in cfg_test_read() local