Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c11494 xmlXPathStepOpPtr exprOp; in xmlXPathCompOpEvalPredicate() local
11532 exprOp = &ctxt->comp->steps[op->ch2]; in xmlXPathCompOpEvalPredicate()
11563 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1); in xmlXPathCompOpEvalPredicate()
11656 xmlXPathStepOpPtr exprOp; in xmlXPathCompOpEvalPositionalPredicate() local
11677 exprOp = &ctxt->comp->steps[op->ch2]; in xmlXPathCompOpEvalPositionalPredicate()
11707 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1); in xmlXPathCompOpEvalPositionalPredicate()
11810 xmlXPathStepOpPtr exprOp; in xmlXPathIsPositionalPredicate() local
11829 exprOp = &ctxt->comp->steps[op->ch2]; in xmlXPathIsPositionalPredicate()
11833 if ((exprOp != NULL) && in xmlXPathIsPositionalPredicate()
11834 (exprOp->op == XPATH_OP_VALUE) && in xmlXPathIsPositionalPredicate()
[all …]