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

/macosx-10.10.1/libxslt-13/libxslt/libxslt/
H A Dxslt.c161 style->exclPrefixTab =
163 sizeof(style->exclPrefixTab[0]));
164 if (style->exclPrefixTab == NULL) {
171 if (xmlStrEqual(style->exclPrefixTab[i], value))
176 style->exclPrefixTab =
177 (xmlChar * *)xmlRealloc(style->exclPrefixTab,
179 sizeof(style->exclPrefixTab[0]));
180 if (style->exclPrefixTab == NULL) {
185 style->exclPrefixTab[style->exclPrefixNr] = value;
206 style->exclPrefix = style->exclPrefixTab[styl
[all...]
H A DxsltInternals.h1584 xmlChar **exclPrefixTab; /* array of excluded prefixes */ member in struct:_xsltStylesheet

Completed in 137 milliseconds