Searched refs:xmlExpNode (Results 1 – 4 of 4) sorted by relevance
131 typedef struct _xmlExpNode xmlExpNode; typedef132 typedef xmlExpNode *xmlExpNodePtr;
160 typedef struct _xmlExpNode xmlExpNode; typedef161 typedef xmlExpNode *xmlExpNodePtr;
6502 static xmlExpNode forbiddenExpNode = {6506 static xmlExpNode emptyExpNode = {6576 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode)); in xmlExpNewNode()6579 memset(ret, 0, sizeof(xmlExpNode)); in xmlExpNewNode()
6564 static xmlExpNode forbiddenExpNode = {6568 static xmlExpNode emptyExpNode = {6638 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode)); in xmlExpNewNode()6641 memset(ret, 0, sizeof(xmlExpNode)); in xmlExpNewNode()