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

/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c159 if (style->exclPrefixMax == 0) {
160 style->exclPrefixMax = 4;
162 (xmlChar * *)xmlMalloc(style->exclPrefixMax *
174 if (style->exclPrefixNr >= style->exclPrefixMax) {
175 style->exclPrefixMax *= 2;
178 style->exclPrefixMax *
746 ret->exclPrefixMax = 0;
H A DxsltInternals.h1581 int exclPrefixMax; /* size of the array */ member in struct:_xsltStylesheet

Completed in 139 milliseconds