OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exclPrefixTab
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxslt/libxslt/
xslt.c
161
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
[style->exclPrefixNr - 1]
[
all
...]
xsltInternals.h
[
all
...]
Completed in 107 milliseconds