Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c201 int maxIncludes; /* size of the array */ member
738 ctxt->maxIncludes = 10;
740 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
747 } else if (ctxt->nbIncludes + 2 >= ctxt->maxIncludes) {
751 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
759 ctxt->maxIncludes *= 2;