Home
last modified time | relevance | path

Searched refs:maxIncludes (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dschematron.c215 int maxIncludes; /* size of the array */ member
776 ctxt->maxIncludes = 10;
778 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
785 } else if (ctxt->nbIncludes + 2 >= ctxt->maxIncludes) {
789 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
797 ctxt->maxIncludes *= 2;