Lines Matching refs:nbStep
943 int nbStep; /* Number of steps in this expression */ member
999 cur->nbStep = 0; in xmlXPathNewCompExpr()
1030 for (i = 0; i < comp->nbStep; i++) { in xmlXPathFreeCompExpr()
1042 for (i = 0; i < comp->nbStep; i++) { in xmlXPathFreeCompExpr()
1091 if (comp->nbStep >= comp->maxStep) { in xmlXPathCompExprAdd()
1108 comp->last = comp->nbStep; in xmlXPathCompExprAdd()
1109 comp->steps[comp->nbStep].ch1 = ch1; in xmlXPathCompExprAdd()
1110 comp->steps[comp->nbStep].ch2 = ch2; in xmlXPathCompExprAdd()
1111 comp->steps[comp->nbStep].op = op; in xmlXPathCompExprAdd()
1112 comp->steps[comp->nbStep].value = value; in xmlXPathCompExprAdd()
1113 comp->steps[comp->nbStep].value2 = value2; in xmlXPathCompExprAdd()
1114 comp->steps[comp->nbStep].value3 = value3; in xmlXPathCompExprAdd()
1119 comp->steps[comp->nbStep].value4 = (xmlChar *) in xmlXPathCompExprAdd()
1123 comp->steps[comp->nbStep].value4 = NULL; in xmlXPathCompExprAdd()
1125 comp->steps[comp->nbStep].value5 = (xmlChar *) in xmlXPathCompExprAdd()
1129 comp->steps[comp->nbStep].value5 = NULL; in xmlXPathCompExprAdd()
1131 comp->steps[comp->nbStep].value4 = value4; in xmlXPathCompExprAdd()
1132 comp->steps[comp->nbStep].value5 = value5; in xmlXPathCompExprAdd()
1134 comp->steps[comp->nbStep].cache = NULL; in xmlXPathCompExprAdd()
1135 return(comp->nbStep++); in xmlXPathCompExprAdd()
1676 comp->nbStep); in xmlXPathDebugDumpCompExpr()
14849 if ((comp->nbStep > 1) && (comp->last >= 0)) { in xmlXPathCtxtCompile()
15029 (ctxt->comp->nbStep > 1) && in xmlXPathEvalExpr()