Home | History | Annotate | Download | only in libxml2

Lines Matching full:nodenr

450     if (ctxt->nodeNr >= ctxt->nodeMax) {
461 ctxt->nodeTab[ctxt->nodeNr] = value;
463 return (ctxt->nodeNr++);
470 if (ctxt->nodeNr <= 0)
472 ctxt->nodeNr--;
473 if (ctxt->nodeNr > 0)
474 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1];
477 ret = ctxt->nodeTab[ctxt->nodeNr];
478 ctxt->nodeTab[ctxt->nodeNr] = NULL;
5258 ctxt->nodeNr = 0;
5338 ctxt->nodeNr = 0;
5496 ctxt->nodeNr = 0;
5564 ctxt->nodeNr = 0;