Home
last modified time | relevance | path

Searched refs:exclPrefixMax (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/3rdparty/libxslt/
H A Dxslt.c131 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()
/reactos/sdk/include/reactos/libs/libxslt/
H A DxsltInternals.h1580 int exclPrefixMax; /* size of the array */ member