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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dtransform.c120 if (ctxt->templMax == 0) {
121 ctxt->templMax = 4;
123 (xsltTemplatePtr *) xmlMalloc(ctxt->templMax *
130 else if (ctxt->templNr >= ctxt->templMax) {
131 ctxt->templMax *= 2;
134 ctxt->templMax *
298 if (templ->templMax == 0) {
299 templ->templMax = 4;
301 (xsltTemplatePtr *) xmlMalloc(templ->templMax *
304 (int *) xmlMalloc(templ->templMax *
[all...]
H A DxsltInternals.h299 int templMax; /* Size of the templtes stack */ member in struct:_xsltTemplate
1680 int templMax; /* Size of the templtes stack */ member in struct:_xsltTransformContext

Completed in 128 milliseconds