• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:ch1

560     int ch1;			/* First child */
704 * @ch1: first child index
718 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2,
736 comp->steps[comp->nbStep].ch1 = ch1;
786 tmp = op->ch1;
787 op->ch1 = op->ch2;
804 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
805 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1274 if (op->ch1 >= 0)
1275 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch1], depth + 1);
11455 if (op->ch1 != -1) {
11460 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11466 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11611 if (op->ch1 != -1) {
11613 if (comp->steps[op->ch1].op != XPATH_OP_PREDICATE) {
11619 &comp->steps[op->ch1], set, contextSize, hasNsNodes);
11794 * If not -1, then ch1 will point to:
12034 * ROOT -- op->ch1
12036 * PREDICATE -- predOp->ch1 = [parent::bar]
12053 if (predOp->ch1 != -1) {
12057 predOp = &ctxt->comp->steps[predOp->ch1];
12503 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12546 if (op->ch1 != -1)
12547 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12556 if (op->ch1 != -1)
12557 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12565 if (op->ch1 == -1)
12568 total = xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12580 if (op->ch1 != -1)
12582 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch1],
12635 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1], last);
12681 if (op->ch1 != -1)
12682 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12691 if (op->ch1 != -1)
12692 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12700 if (op->ch1 == -1)
12703 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
12715 if (op->ch1 != -1)
12717 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch1],
12750 if ((op->ch1 != -1) && (op->ch2 != -1) &&
12751 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
12753 int f = comp->steps[op->ch2].ch1;
12766 &comp->steps[op->ch1],
12791 if (op->ch1 != -1)
12792 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13054 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13080 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13106 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13125 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13141 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13167 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13187 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13216 if (op->ch1 != -1)
13217 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13226 if (op->ch1 != -1)
13227 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13235 if (op->ch1 == -1)
13238 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13252 if (op->ch1 != -1)
13254 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13287 if (op->ch1 != -1)
13289 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13346 if (op->ch1 != -1)
13347 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13373 if ((op->ch1 != -1) && (op->ch2 != -1) &&
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) &&
13399 &comp->steps[op->ch1],
13417 if ((op->ch1 != -1) && (op->ch2 != -1) &&
13418 (comp->steps[op->ch1].op == XPATH_OP_SORT) &&
13420 int f = comp->steps[op->ch2].ch1;
13433 &comp->steps[op->ch1],
13467 if (op->ch1 != -1)
13469 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13718 if (op->ch1 != -1)
13719 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13739 if (op->ch1 != -1)
13741 xmlXPathCompOpEval(ctxt, &comp->steps[op->ch1]);
13927 if (op->ch1 != -1) {
13928 op = &ctxt->comp->steps[op->ch1];
13933 if (op->ch1 == -1)
13936 xmlXPathCompOpEval(ctxt, &ctxt->comp->steps[op->ch1]);
14487 if (op->ch1 != -1) {
14496 xmlXPathStepOpPtr prevop = &comp->steps[op->ch1];
14499 (prevop->ch1 != -1) &&
14505 (comp->steps[prevop->ch1].op == XPATH_OP_ROOT))
14511 op->ch1 = prevop->ch1;
14515 if (op->ch1 != -1)
14516 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch1]);