Home
last modified time | relevance | path

Searched refs:XML_OP_ELEM (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dpattern.c128 XML_OP_ELEM, enumerator
522 case XML_OP_ELEM: in xmlPatMatch()
616 if (step->op != XML_OP_ELEM) in xmlPatMatch()
1017 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileStepPattern()
1102 PUSH(XML_OP_ELEM, token, URL); in xmlCompileStepPattern()
1202 PUSH(XML_OP_ELEM, name, NULL); in xmlCompileStepPattern()
1339 PUSH(XML_OP_ELEM, NULL, NULL); in xmlCompileIDCXPathPath()
1580 (comp->steps[0].op == XML_OP_ELEM) && in xmlStreamCompile()
1631 case XML_OP_ELEM: in xmlStreamCompile()