OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxns
(Results
1 - 2
of
2
) sorted by null
/external/libxslt/libxslt/
xslt.c
1061
int
maxns
= 10;
local
1088
(xmlNsPtr *) xmlMalloc((
maxns
+ 1) *
1106
if (nbns >=
maxns
) {
1107
maxns
*= 2;
1109
(
maxns
+
2505
int i,
maxns
= 5;
local
[
all
...]
/external/libxml2/
tree.c
5757
int
maxns
= 10;
local
[
all
...]
Completed in 158 milliseconds