Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dtransform.c118 if (ctxt->templMax == 0) { in templPush()
119 ctxt->templMax = 4; in templPush()
121 (xsltTemplatePtr *) xmlMalloc(ctxt->templMax * in templPush()
128 if (ctxt->templNr >= ctxt->templMax) { in templPush()
129 ctxt->templMax *= 2; in templPush()
132 ctxt->templMax * in templPush()
457 cur->templMax = 5; in xsltNewTransformContext()
DxsltInternals.h1671 int templMax; /* Size of the templtes stack */ member