Lines Matching refs:xmlExpNode
6446 static xmlExpNode forbiddenExpNode = {6450 static xmlExpNode emptyExpNode = {6520 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));6523 memset(ret, 0, sizeof(xmlExpNode));