Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c239 int docMax; /* Max depth of the parsing stack */ member
1868 ctxt->docMax = 4; in xmlRelaxNGDocumentPush()
1871 (xmlRelaxNGDocumentPtr *) xmlMalloc(ctxt->docMax * in xmlRelaxNGDocumentPush()
1878 if (ctxt->docNr >= ctxt->docMax) { in xmlRelaxNGDocumentPush()
1879 ctxt->docMax *= 2; in xmlRelaxNGDocumentPush()
1882 ctxt->docMax * in xmlRelaxNGDocumentPush()