HomeSort by relevance Sort by last modified time
    Searched defs:cnode (Results 1 - 2 of 2) sorted by null

  /system/core/include/cutils/
config_utils.h 24 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_find(cnode *root, const char *name)
    [all...]
  /external/webkit/JavaScriptCore/pcre/
ucpinternal.h 47 typedef struct cnode { struct
50 } cnode; typedef in typeref:struct:cnode
67 /* The data consists of a vector of structures of type cnode. The two unsigned

Completed in 114 milliseconds