Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c132 XML_OP_ANCESTOR, enumerator
414 if ((comp->nbStep > 0) && (comp->steps[0].op == XML_OP_ANCESTOR)) { in xmlReversePattern()
615 case XML_OP_ANCESTOR: in xmlPatMatch()
659 if (step->op == XML_OP_ANCESTOR) in xmlPatMatch()
1241 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1245 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1287 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1369 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompileIDCXPathPath()
1708 case XML_OP_ANCESTOR: in xmlStreamCompile()