Searched defs:cnode (Results 1 – 5 of 5) sorted by relevance
24 typedef struct cnode cnode; typedef27 struct cnode struct29 cnode *next; argument30 cnode *first_child; argument31 cnode *last_child; argument37 void config_load(cnode *root, char *data); argument
133 xmlNodePtr node, cnode; in initVendorHalsDescriptorList() local
341 auto cnode = entry->context; in GetPropAreaForName() local
2486 ViewNode cnode = node.getChildAt(i); in dump() local