Home
last modified time | relevance | path

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

/external/libxml2/
Drelaxng.c387 int elemMax; /* the max depth of elements */ member
8103 ctxt->elemMax = 10; in xmlRelaxNGElemPush()
8104 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8112 if (ctxt->elemNr >= ctxt->elemMax) { in xmlRelaxNGElemPush()
8113 ctxt->elemMax *= 2; in xmlRelaxNGElemPush()
8115 ctxt->elemMax * in xmlRelaxNGElemPush()