Searched refs:xmlExpNode (Results 1 – 2 of 2) sorted by relevance
131 typedef struct _xmlExpNode xmlExpNode; typedef132 typedef xmlExpNode *xmlExpNodePtr;
6557 static xmlExpNode forbiddenExpNode = {6561 static xmlExpNode emptyExpNode = {6631 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode)); in xmlExpNewNode()6634 memset(ret, 0, sizeof(xmlExpNode)); in xmlExpNewNode()