Searched refs:exclPrefixMax (Results 1 – 2 of 2) sorted by relevance
159 if (style->exclPrefixMax == 0) { in exclPrefixPush()160 style->exclPrefixMax = 4; in exclPrefixPush()162 (xmlChar * *)xmlMalloc(style->exclPrefixMax * in exclPrefixPush()174 if (style->exclPrefixNr >= style->exclPrefixMax) { in exclPrefixPush()175 style->exclPrefixMax *= 2; in exclPrefixPush()178 style->exclPrefixMax * in exclPrefixPush()746 ret->exclPrefixMax = 0; in xsltNewStylesheet()
1581 int exclPrefixMax; /* size of the array */ member