Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c386 int elemMax; /* the max depth of elements */ member
8078 ctxt->elemMax = 10; in xmlRelaxNGElemPush()
8079 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8087 if (ctxt->elemNr >= ctxt->elemMax) { in xmlRelaxNGElemPush()
8088 ctxt->elemMax *= 2; in xmlRelaxNGElemPush()
8090 ctxt->elemMax * in xmlRelaxNGElemPush()