Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nodeMax

1691     if (ctxt->nodeNr >= ctxt->nodeMax) {
1695 ctxt->nodeMax * 2 *
1702 ctxt->nodeMax *= 2;
12449 ctxt->vctxt.nodeMax = 0;