• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:steps

573     int nbStep;			/* Number of steps in this expression */
574 int maxStep; /* Maximum number of steps allocated */
575 xmlXPathStepOp *steps; /* ops for computation of this expression */
630 cur->steps = (xmlXPathStepOp *) xmlMalloc(cur->maxStep *
632 if (cur->steps == NULL) {
633 xmlXPathErrMemory(NULL, "allocating steps\n");
637 memset(cur->steps, 0, cur->maxStep * sizeof(xmlXPathStepOp));
661 op = &comp->steps[i];
673 op = &comp->steps[i];
681 if (comp->steps != NULL) {
682 xmlFree(comp->steps);
725 real = (xmlXPathStepOp *) xmlRealloc(comp->steps,
732 comp->steps = real;
735 comp->steps[comp->nbStep].rewriteType = 0;
736 comp->steps[comp->nbStep].ch1 = ch1;
737 comp->steps[comp->nbStep].ch2 = ch2;
738 comp->steps[comp->nbStep].op = op;
739 comp->steps[comp->nbStep].value = value;
740 comp->steps[comp->nbStep].value2 = value2;
741 comp->steps[comp->nbStep].value3 = value3;
746 comp->steps[comp->nbStep].value4 = (xmlChar *)
750 comp->steps[comp->nbStep].value4 = NULL;
752 comp->steps[comp->nbStep].value5 = (xmlChar *)
756 comp->steps[comp->nbStep].value5 = NULL;
758 comp->steps[comp->nbStep].value4 = value4;
759 comp->steps[comp->nbStep].value5 = value5;
761 comp->steps[comp->nbStep].cache = NULL;
1275 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
1277 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
1305 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[i], depth + 1);
10825 if ((sort) && (ctxt->comp->steps[ctxt->comp->last].op != XPATH_OP_VALUE)) {
11460 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11466 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11514 exprOp = &ctxt->comp->steps[op->ch2];
11613 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11619 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11661 exprOp = &ctxt->comp->steps[op->ch2];
11806 exprOp = &ctxt->comp->steps[op->ch2];
12051 predOp = &ctxt->comp->steps[op->ch2];
12057 predOp = &ctxt->comp->steps[predOp->ch1];
12503 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12525 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch2],
12547 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12550 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12557 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12560 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12568 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12582 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12635 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1], last);
12656 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch2], last);
12682 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12685 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12692 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12695 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12703 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12717 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1],
12751 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
12752 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
12753 int f = comp->steps[op->ch2].ch1;
12756 (comp->steps[f].op == XPATH_OP_FUNCTION) &&
12757 (comp->steps[f].value5 == NULL) &&
12758 (comp->steps[f].value == 0) &&
12759 (comp->steps[f].value4 != NULL) &&
12761 (comp->steps[f].value4, BAD_CAST "last"))) {
12766 &comp->steps[op->ch1],
12792 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12823 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12851 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12927 &comp->steps[op->ch2]);
12966 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13054 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13064 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13080 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13090 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13106 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13112 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13125 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13131 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13141 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13148 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13167 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13173 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13187 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13193 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13217 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13220 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13227 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13230 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13238 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13254 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13289 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13347 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13354 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13384 ((comp->steps[op->ch1].op == XPATH_OP_SORT) || /* 18 */
13385 (comp->steps[op->ch1].op == XPATH_OP_FILTER)) && /* 17 */
13387 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
13389 (comp->steps[op->ch2].op == XPATH_OP_VALUE)) { /* 12 */
13392 val = comp->steps[op->ch2].value4;
13399 &comp->steps[op->ch1],
13418 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
13419 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
13420 int f = comp->steps[op->ch2].ch1;
13423 (comp->steps[f].op == XPATH_OP_FUNCTION) &&
13424 (comp->steps[f].value5 == NULL) &&
13425 (comp->steps[f].value == 0) &&
13426 (comp->steps[f].value4 != NULL) &&
13428 (comp->steps[f].value4, BAD_CAST "last"))) {
13433 &comp->steps[op->ch1],
13469 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13502 &comp->steps[op->ch2]);
13528 &comp->steps[op->ch2]);
13592 &comp->steps[op->ch2]);
13662 &comp->steps[op->ch2]);
13719 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13741 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13759 total += xmlXPathCompOpEval(ctxt,&comp->steps[op->ch2]);
13785 &comp->steps[op->ch2]);
13851 &comp->steps[op->ch2]);
13928 op = &ctxt->comp->steps[op->ch1];
13936 xmlXPathCompOpEval(ctxt, &ctxt->comp->steps[op->ch1]);
14285 &comp->steps[comp->last], 0));
14287 xmlXPathCompOpEval(ctxt, &comp->steps[comp->last]);
14496 xmlXPathStepOpPtr prevop = &comp->steps[op->ch1];
14505 (comp->steps[prevop->ch1].op == XPATH_OP_ROOT))
14516 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch1]);
14519 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch2]);
14580 xmlXPathRewriteDOSExpression(comp, &comp->steps[comp->last]);
14769 &ctxt->comp->steps[ctxt->comp->last]);