OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlIndentTreeOutput
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
globals.h
85
#undef
xmlIndentTreeOutput
155
int
xmlIndentTreeOutput
;
385
#define
xmlIndentTreeOutput
\
388
XMLPUBVAR int
xmlIndentTreeOutput
;
/external/libxml2/
globals.c
166
#undef
xmlIndentTreeOutput
344
*
xmlIndentTreeOutput
:
349
int
xmlIndentTreeOutput
= 1;
554
gs->
xmlIndentTreeOutput
= xmlIndentTreeOutputThrDef;
927
#undef
xmlIndentTreeOutput
931
return (&
xmlIndentTreeOutput
);
933
return (&xmlGetGlobalState()->
xmlIndentTreeOutput
);
Completed in 215 milliseconds