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;
5256 ctxt->nodeMax = 0;
5336 ctxt->nodeMax = 0;
5494 ctxt->nodeMax = 0;
5561 ctxt->nodeMax = 0;