Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c281 const cfg_node* section_node = &root.child[si]; in btif_config_next_key() local
282 next = find_next_node(section_node, pos, name, bytes); in btif_config_next_key()
294 const cfg_node* section_node = &root.child[si]; in btif_config_next_value() local
295 short ki = find_inode(section_node, key); in btif_config_next_value()
298 const cfg_node* key_node = &section_node->child[ki]; in btif_config_next_value()
312 cfg_node *section_node, *key_node, *value_node; in btif_config_enum() local
315 section_node = &root.child[si]; in btif_config_enum()
316 if(section_node->name && *section_node->name) in btif_config_enum()
318 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++) in btif_config_enum()
320 key_node = &section_node->child[ki]; in btif_config_enum()
[all …]