Lines Matching full:exprop
11690 xmlXPathStepOpPtr exprOp;
11728 exprOp = &ctxt->comp->steps[op->ch2];
11763 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1);
11856 xmlXPathStepOpPtr exprOp;
11878 exprOp = &ctxt->comp->steps[op->ch2];
11915 res = xmlXPathCompOpEvalToBoolean(ctxt, exprOp, 1);
12024 xmlXPathStepOpPtr exprOp;
12043 exprOp = &ctxt->comp->steps[op->ch2];
12047 if ((exprOp != NULL) &&
12048 (exprOp->op == XPATH_OP_VALUE) &&
12049 (exprOp->value4 != NULL) &&
12050 (((xmlXPathObjectPtr) exprOp->value4)->type == XPATH_NUMBER))
12062 *maxPos = (int) ((xmlXPathObjectPtr) exprOp->value4)->floatval;
12064 if (((xmlXPathObjectPtr) exprOp->value4)->floatval ==