Home
last modified time | relevance | path

Searched refs:xmlIndentTreeOutput (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dglobals.h81 #undef xmlIndentTreeOutput
151 int xmlIndentTreeOutput; member
379 #define xmlIndentTreeOutput \ macro
382 XMLPUBVAR int xmlIndentTreeOutput; variable
/external/chromium_org/third_party/libxml/src/include/libxml/
Dglobals.h81 #undef xmlIndentTreeOutput
151 int xmlIndentTreeOutput; member
379 #define xmlIndentTreeOutput \ macro
382 XMLPUBVAR int xmlIndentTreeOutput; variable
/external/libxml2/
Dglobals.c154 #undef xmlIndentTreeOutput
337 int xmlIndentTreeOutput = 1; variable
542 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef; in xmlInitializeGlobalState()
915 #undef xmlIndentTreeOutput
919 return (&xmlIndentTreeOutput); in __xmlIndentTreeOutput()
921 return (&xmlGetGlobalState()->xmlIndentTreeOutput); in __xmlIndentTreeOutput()
Dxmlsave.c817 if ((ctxt->format == 1) && (xmlIndentTreeOutput) && in xmlNodeListDumpOutput()
1076 if ((xmlIndentTreeOutput) && (ctxt->format == 1)) in xmlNodeDumpOutputInternal()
1426 if ((ctxt->format == 1) && (xmlIndentTreeOutput) && in xhtmlNodeListDumpOutput()
1636 if (xmlIndentTreeOutput) in xhtmlNodeDumpOutput()
1671 if (xmlIndentTreeOutput) in xhtmlNodeDumpOutput()
1770 if ((xmlIndentTreeOutput) && (format == 1)) in xhtmlNodeDumpOutput()
DparserInternals.c2122 if (!val) xmlIndentTreeOutput = 1; in xmlKeepBlanksDefault()
/external/chromium_org/third_party/libxml/src/
Dglobals.c173 #undef xmlIndentTreeOutput
356 int xmlIndentTreeOutput = 1; variable
561 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef; in xmlInitializeGlobalState()
934 #undef xmlIndentTreeOutput
938 return (&xmlIndentTreeOutput); in __xmlIndentTreeOutput()
940 return (&xmlGetGlobalState()->xmlIndentTreeOutput); in __xmlIndentTreeOutput()
Dxmlsave.c659 if ((ctxt->format) && (xmlIndentTreeOutput) && in xmlNodeListDumpOutput()
909 if ((xmlIndentTreeOutput) && (ctxt->format)) in xmlNodeDumpOutputInternal()
1257 if ((ctxt->format) && (xmlIndentTreeOutput) && in xhtmlNodeListDumpOutput()
1463 if (xmlIndentTreeOutput) in xhtmlNodeDumpOutput()
1498 if (xmlIndentTreeOutput) in xhtmlNodeDumpOutput()
1597 if ((xmlIndentTreeOutput) && (format)) in xhtmlNodeDumpOutput()
DparserInternals.c2157 if (!val) xmlIndentTreeOutput = 1; in xmlKeepBlanksDefault()
DChangeLog13459 default value for global parameter xmlIndentTreeOutput to 1 and
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src87 xmlIndentTreeOutput DATA