Searched defs:Node1 (Results 1 – 5 of 5) sorted by relevance
4 struct Node1 { struct5 void *Node1; member6 struct Node1 *next; argument
109 struct Node1 { struct110 void *Node1; argument111 struct Node1 *next; argument
7 struct Node1 { struct8 node2: Node2,9 vec: Vec<Node3>,
278 static xmlNodePtr getDominantNode(xmlNodePtr Node1, xmlNodePtr Node2) { in getDominantNode()