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