Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c240 int docMax; /* Max depth of the parsing stack */ member
1883 ctxt->docMax = 4; in xmlRelaxNGDocumentPush()
1886 (xmlRelaxNGDocumentPtr *) xmlMalloc(ctxt->docMax * in xmlRelaxNGDocumentPush()
1893 if (ctxt->docNr >= ctxt->docMax) { in xmlRelaxNGDocumentPush()
1894 ctxt->docMax *= 2; in xmlRelaxNGDocumentPush()
1897 ctxt->docMax * in xmlRelaxNGDocumentPush()