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()
1242 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1246 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1288 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompilePathPattern()
1370 PUSH(XML_OP_ANCESTOR, NULL, NULL); in xmlCompileIDCXPathPath()
1709 case XML_OP_ANCESTOR: in xmlStreamCompile()