HomeSort by relevance Sort by last modified time
    Searched refs:exclPrefixMax (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
xslt.c 159 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;
    [all...]
xsltInternals.h     [all...]

Completed in 349 milliseconds