Searched refs:exclPrefixMax (Results 1 – 2 of 2) sorted by relevance
131 if (style->exclPrefixMax == 0) { in exclPrefixPush()132 style->exclPrefixMax = 4; in exclPrefixPush()134 (xmlChar * *)xmlMalloc(style->exclPrefixMax * in exclPrefixPush()146 if (style->exclPrefixNr >= style->exclPrefixMax) { in exclPrefixPush()147 style->exclPrefixMax *= 2; in exclPrefixPush()150 style->exclPrefixMax * in exclPrefixPush()749 ret->exclPrefixMax = 0; in xsltNewStylesheetInternal()
1580 int exclPrefixMax; /* size of the array */ member