Home
last modified time | relevance | path

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

/third_party/libxml2/
Dpattern.c132 XML_OP_ANCESTOR, enumerator
417 if ((comp->nbStep > 0) && (comp->steps[0].op == XML_OP_ANCESTOR)) { in xmlReversePattern()
618 case XML_OP_ANCESTOR: in xmlPatMatch()
662 if (step->op == XML_OP_ANCESTOR) in xmlPatMatch()
1245 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1249 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1291 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1373 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompileIDCXPathPath()
1712 case XML_OP_ANCESTOR: in xmlStreamCompile()