Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nodeMax

439     if (ctxt->nodeMax <= 0) {
440 ctxt->nodeMax = 4;
442 (xmlNodePtr *) xmlMalloc(ctxt->nodeMax *
446 ctxt->nodeMax = 0;
450 if (ctxt->nodeNr >= ctxt->nodeMax) {
453 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0]));
458 ctxt->nodeMax *= 2;
5257 ctxt->nodeMax = 0;
5337 ctxt->nodeMax = 0;
5495 ctxt->nodeMax = 0;
5563 ctxt->nodeMax = 0;