OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfg_node
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_config.c
64
#define CFG_GROW_SIZE (10*sizeof(
cfg_node
))
65
#define GET_CHILD_MAX_COUNT(node) (short)((int)(node)->bytes / sizeof(
cfg_node
))
67
#define GET_NODE_COUNT(bytes) (bytes / sizeof(
cfg_node
))
88
}
cfg_node
;
typedef in typeref:struct:cfg_node_s
92
static
cfg_node
root;
95
static inline short alloc_node(
cfg_node
* p, short grow);
96
static inline void free_node(
cfg_node
* p);
97
static inline void free_inode(
cfg_node
* p, int child);
98
static inline short find_inode(const
cfg_node
* p, const char* name);
99
static
cfg_node
* find_node(const char* section, const char* key, const char* name)
[
all
...]
Completed in 520 milliseconds