Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlExpNode

6377 static xmlExpNode forbiddenExpNode = {
6381 static xmlExpNode emptyExpNode = {
6451 ret = (xmlExpNodePtr) xmlMalloc(sizeof(xmlExpNode));
6454 memset(ret, 0, sizeof(xmlExpNode));