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