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

  /system/core/libcutils/
config_utils.c 26 cnode* config_node(const char *name, const char *value) function
55 node = config_node(name, NULL);
  /external/valgrind/main/callgrind/
clo.c 82 typedef struct _config_node config_node; typedef in typeref:struct:_config_node
87 config_node* sub_node[NODE_DEGREE];
88 config_node* next;
89 config_node* wild_star;
90 config_node* wild_char;
96 static config_node* fn_configs = 0;
122 static config_node* new_config(Char* name, int length)
125 config_node* node = (config_node*) CLG_MALLOC("cl.clo.nc.1",
126 sizeof(config_node) + length)
    [all...]

Completed in 305 milliseconds