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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtransform.c97 if (ctxt->templMax == 0) {
98 ctxt->templMax = 4;
100 (xsltTemplatePtr *) xmlMalloc(ctxt->templMax *
107 if (ctxt->templNr >= ctxt->templMax) {
108 ctxt->templMax *= 2;
111 ctxt->templMax *
372 cur->templMax = 5;
H A DxsltInternals.h1556 int templMax; /* Size of the templtes stack */ member in struct:_xsltTransformContext

Completed in 52 milliseconds