Searched defs:cnode (Results 1 - 1 of 1) sorted by relevance

/system/core/include/cutils/
H A Dconfig_utils.h24 typedef struct cnode cnode; typedef in typeref:struct:cnode
27 struct cnode struct
29 cnode *next;
30 cnode *first_child;
31 cnode *last_child;
37 void config_load(cnode *root, char *data);
40 void config_load_file(cnode *root, const char *fn);
43 cnode* config_node(const char *name, const char *value);
46 cnode* config_fin
[all...]

Completed in 19 milliseconds