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
8074 ctxt->elemMax = 10; in xmlRelaxNGElemPush()
8075 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8083 if (ctxt->elemNr >= ctxt->elemMax) { in xmlRelaxNGElemPush()
8084 ctxt->elemMax *= 2; in xmlRelaxNGElemPush()
8086 ctxt->elemMax * in xmlRelaxNGElemPush()