Lines Matching refs:PUSH
729 #define PUSH(op, val, val2) \ macro
930 PUSH(XML_OP_ATTR, NULL, NULL); in xmlCompileAttributeTest()
981 PUSH(XML_OP_ATTR, NULL, URL); in xmlCompileAttributeTest()
989 PUSH(XML_OP_ATTR, token, URL); in xmlCompileAttributeTest()
992 PUSH(XML_OP_ATTR, name, NULL); in xmlCompileAttributeTest()
1026 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileStepPattern()
1049 PUSH(XML_OP_ALL, NULL, NULL); in xmlCompileStepPattern()
1103 PUSH(XML_OP_NS, URL, NULL); in xmlCompileStepPattern()
1111 PUSH(XML_OP_ELEM, token, URL); in xmlCompileStepPattern()
1121 PUSH(XML_OP_ALL, NULL, NULL); in xmlCompileStepPattern()
1170 PUSH(XML_OP_NS, URL, NULL); in xmlCompileStepPattern()
1178 PUSH(XML_OP_CHILD, token, URL); in xmlCompileStepPattern()
1181 PUSH(XML_OP_CHILD, name, NULL); in xmlCompileStepPattern()
1209 PUSH(XML_OP_ALL, token, NULL); in xmlCompileStepPattern()
1211 PUSH(XML_OP_ELEM, name, NULL); in xmlCompileStepPattern()
1242 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1246 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1271 PUSH(XML_OP_ROOT, NULL, NULL); in xmlCompilePathPattern()
1288 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1296 PUSH(XML_OP_PARENT, NULL, NULL); in xmlCompilePathPattern()
1348 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileIDCXPathPath()
1370 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompileIDCXPathPath()
1387 PUSH(XML_OP_PARENT, NULL, NULL); in xmlCompileIDCXPathPath()