Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c159 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()
DxsltInternals.h1581 int exclPrefixMax; /* size of the array */ member