• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:ch2

561     int ch2;			/* Second child */
705 * @ch2: second child index
718 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2,
737 comp->steps[comp->nbStep].ch2 = ch2;
787 op->ch1 = op->ch2;
788 op->ch2 = tmp;
804 #define PUSH_BINARY_EXPR(op, ch1, ch2, val, val2) \
805 xmlXPathCompExprAdd(ctxt->comp, (ch1), (ch2), (op), \
1276 if (op->ch2 >= 0)
1277 xmlXPathDebugDumpStepOp(output, comp, &comp->steps[op->ch2], depth + 1);
11471 if (op->ch2 != -1) {
11514 exprOp = &ctxt->comp->steps[op->ch2];
11632 if (op->ch2 == -1) {
11661 exprOp = &ctxt->comp->steps[op->ch2];
11805 if (op->ch2 != -1) {
11806 exprOp = &ctxt->comp->steps[op->ch2];
12035 * PREDICATE -- op->ch2 (predOp)
12040 * ELEM Object is a number : 1 -- predOp->ch2 = [1]
12047 if (op->ch2 != -1) {
12051 predOp = &ctxt->comp->steps[op->ch2];
12525 xmlXPathCompOpEvalFirst(ctxt, &comp->steps[op->ch2],
12549 if (op->ch2 != -1)
12550 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12559 if (op->ch2 != -1)
12560 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12656 xmlXPathCompOpEvalLast(ctxt, &comp->steps[op->ch2], last);
12684 if (op->ch2 != -1)
12685 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12694 if (op->ch2 != -1)
12695 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12750 if ((op->ch1 != -1) && (op->ch2 != -1) &&
12752 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
12753 int f = comp->steps[op->ch2].ch1;
12794 if (op->ch2 == -1)
12822 if (op->ch2 != -1)
12823 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12850 if (op->ch2 != -1)
12851 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
12924 if (op->ch2 != -1)
12927 &comp->steps[op->ch2]);
12965 if (op->ch2 != -1)
12966 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13064 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13090 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13112 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13131 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13143 if (op->ch2 != -1) {
13148 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13173 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13193 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13219 if (op->ch2 != -1)
13220 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13229 if (op->ch2 != -1)
13230 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13353 if (op->ch2 != -1) {
13354 total += xmlXPathCompOpEval(ctxt, &comp->steps[op->ch2]);
13373 if ((op->ch1 != -1) && (op->ch2 != -1) &&
13389 (comp->steps[op->ch2].op == XPATH_OP_VALUE)) { /* 12 */
13392 val = comp->steps[op->ch2].value4;
13417 if ((op->ch1 != -1) && (op->ch2 != -1) &&
13419 (comp->steps[op->ch2].op == XPATH_OP_SORT)) {
13420 int f = comp->steps[op->ch2].ch1;
13471 if (op->ch2 == -1)
13499 if (op->ch2 != -1)
13502 &comp->steps[op->ch2]);
13525 if (op->ch2 != -1)
13528 &comp->steps[op->ch2]);
13589 if (op->ch2 != -1)
13592 &comp->steps[op->ch2]);
13659 if (op->ch2 != -1)
13662 &comp->steps[op->ch2]);
13742 if (op->ch2 == -1)
13759 total += xmlXPathCompOpEval(ctxt,&comp->steps[op->ch2]);
13782 if (op->ch2 != -1)
13785 &comp->steps[op->ch2]);
13848 if (op->ch2 != -1)
13851 &comp->steps[op->ch2]);
14502 (prevop->ch2 == -1) &&
14518 if (op->ch2 != -1)
14519 xmlXPathRewriteDOSExpression(comp, &comp->steps[op->ch2]);