Lines Matching refs:exprOp
11595 xmlXPathStepOpPtr exprOp;
11633 exprOp = &ctxt->comp->steps[op->ch2];
11664 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1);
11757 xmlXPathStepOpPtr exprOp;
11779 exprOp = &ctxt->comp->steps[op->ch2];
11812 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1);
11921 xmlXPathStepOpPtr exprOp;
11940 exprOp = &ctxt->comp->steps[op->ch2];
11944 if ((exprOp != NULL) &&
11945 (exprOp->op == XPATH_OP_VALUE) &&
11946 (exprOp->value4 != NULL) &&
11947 (((xmlXPathObjectPtr) exprOp->value4)->type == XPATH_NUMBER))
11959 *maxPos = (int) ((xmlXPathObjectPtr) exprOp->value4)->floatval;
11961 if (((xmlXPathObjectPtr) exprOp->value4)->floatval ==