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

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

Completed in 112 milliseconds