OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exclPrefixMax
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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 713 milliseconds