Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dxslt.c161 style->exclPrefixTab = in exclPrefixPush()
163 sizeof(style->exclPrefixTab[0])); in exclPrefixPush()
164 if (style->exclPrefixTab == NULL) { in exclPrefixPush()
171 if (xmlStrEqual(style->exclPrefixTab[i], value)) in exclPrefixPush()
176 style->exclPrefixTab = in exclPrefixPush()
177 (xmlChar * *)xmlRealloc(style->exclPrefixTab, in exclPrefixPush()
179 sizeof(style->exclPrefixTab[0])); in exclPrefixPush()
180 if (style->exclPrefixTab == NULL) { in exclPrefixPush()
185 style->exclPrefixTab[style->exclPrefixNr] = value; in exclPrefixPush()
206 style->exclPrefix = style->exclPrefixTab[style->exclPrefixNr - 1]; in exclPrefixPop()
[all …]
DxsltInternals.h1579 xmlChar **exclPrefixTab; /* array of excluded prefixes */ member