• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:steps

574     int nbStep;			/* Number of steps in this expression */
575 int maxStep; /* Maximum number of steps allocated */
576 xmlXPathStepOp *steps; /* ops for computation of this expression */
631 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
633 if (cur->steps == NULL) {
634 xmlXPathErrMemory(NULL, "allocating steps\n");
638 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
662 op = &comp->steps[i];
674 op = &comp->steps[i];
682 if (comp->steps != NULL) {
683 xmlFree(comp->steps);
726 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
733 comp->steps = real;
736 comp->steps[comp->nbStep].rewriteType = 0;
737 comp->steps[comp->nbStep].ch1 = ch1;
738 comp->steps[comp->nbStep].ch2 = ch2;
739 comp->steps[comp->nbStep].op = op;
740 comp->steps[comp->nbStep].value = value;
741 comp->steps[comp->nbStep].value2 = value2;
742 comp->steps[comp->nbStep].value3 = value3;
747 comp->steps[comp->nbStep].value4 = (xmlChar *)
751 comp->steps[comp->nbStep].value4 = NULL;
753 comp->steps[comp->nbStep].value5 = (xmlChar *)
757 comp->steps[comp->nbStep].value5 = NULL;
759 comp->steps[comp->nbStep].value4 = value4;
760 comp->steps[comp->nbStep].value5 = value5;
762 comp->steps[comp->nbStep].cache = NULL;
1276 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
1278 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
1306 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1);
10872 if ((sort) && (ctxt->comp->steps[ctxt->comp->last].op != XPATH_OP_VALUE)) {
11506 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11512 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11560 exprOp = &ctxt->comp->steps[op->ch2];
11657 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11663 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11705 exprOp = &ctxt->comp->steps[op->ch2];
11857 exprOp = &ctxt->comp->steps[op->ch2];
12102 predOp = &ctxt->comp->steps[op->ch2];
12108 predOp = &ctxt->comp->steps[predOp->ch1];
12566 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12588 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch2],
12610 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12613 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12620 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12623 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12631 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12645 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12698 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1], last);
12719 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch2], last);
12745 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12748 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12755 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12758 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12766 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12780 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1],
12814 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
12815 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
12816 int f = comp->steps[op->ch2].ch1;
12819 (comp->steps[f].op == XPATH_OP_FUNCTION) &&
12820 (comp->steps[f].value5 == NULL) &&
12821 (comp->steps[f].value == 0) &&
12822 (comp->steps[f].value4 != NULL) &&
12824 (comp->steps[f].value4, BAD_CAST "last"))) {
12829 &comp->steps[op->ch1],
12855 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12886 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12914 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12990 &comp->steps[op->ch2]);
13030 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13118 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13128 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13144 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13154 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13170 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13176 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13189 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13195 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13205 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13212 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13231 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13237 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13251 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13257 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13281 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13284 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13291 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13294 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13302 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13318 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13353 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13411 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13418 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13448 ((comp->steps[op->ch1].op == XPATH_OP_SORT) || /* 18 */
13449 (comp->steps[op->ch1].op == XPATH_OP_FILTER)) && /* 17 */
13451 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
13453 (comp->steps[op->ch2].op == XPATH_OP_VALUE)) { /* 12 */
13456 val = comp->steps[op->ch2].value4;
13463 &comp->steps[op->ch1],
13482 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
13483 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
13484 int f = comp->steps[op->ch2].ch1;
13487 (comp->steps[f].op == XPATH_OP_FUNCTION) &&
13488 (comp->steps[f].value5 == NULL) &&
13489 (comp->steps[f].value == 0) &&
13490 (comp->steps[f].value4 != NULL) &&
13492 (comp->steps[f].value4, BAD_CAST "last"))) {
13497 &comp->steps[op->ch1],
13533 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13566 &comp->steps[op->ch2]);
13592 &comp->steps[op->ch2]);
13656 &comp->steps[op->ch2]);
13726 &comp->steps[op->ch2]);
13783 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13805 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13823 total += xmlXPathCompOpEval(ctxt,&comp->steps[op->ch2]);
13849 &comp->steps[op->ch2]);
13915 &comp->steps[op->ch2]);
13992 op = &ctxt->comp->steps[op->ch1];
14000 xmlXPathCompOpEval(ctxt, &ctxt->comp->steps[op->ch1]);
14349 &comp->steps[comp->last], 0));
14351 xmlXPathCompOpEval(ctxt, &comp->steps[comp->last]);
14560 xmlXPathStepOpPtr prevop = &comp->steps[op->ch1];
14569 (comp->steps[prevop->ch1].op == XPATH_OP_ROOT))
14580 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch1]);
14583 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch2]);
14646 xmlXPathRewriteDOSExpression(comp, &comp->steps[comp->last]);
14834 &ctxt->comp->steps[ctxt->comp->last]);