Searched refs:xmlIndentTreeOutput (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dglobals.h85 #undef xmlIndentTreeOutput macro
155 int xmlIndentTreeOutput; member in struct:_xmlGlobalState
385 #define xmlIndentTreeOutput \ macro
388 XMLPUBVAR int xmlIndentTreeOutput; variable
/external/libxml2/
H A Dglobals.c154 #undef xmlIndentTreeOutput macro
332 * xmlIndentTreeOutput:
337 int xmlIndentTreeOutput = 1; variable
542 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef;
915 #undef xmlIndentTreeOutput macro
919 return (&xmlIndentTreeOutput);
921 return (&xmlGetGlobalState()->xmlIndentTreeOutput);
H A Dxmlsave.c817 if ((ctxt->format == 1) && (xmlIndentTreeOutput) &&
1076 if ((xmlIndentTreeOutput) && (ctxt->format == 1))
1416 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
1426 if ((ctxt->format == 1) && (xmlIndentTreeOutput) &&
1636 if (xmlIndentTreeOutput)
1671 if (xmlIndentTreeOutput)
1770 if ((xmlIndentTreeOutput) && (format == 1))
2201 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
2236 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
2350 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput
[all...]
H A Dlibxml2.syms970 xmlIndentTreeOutput; # variable
H A DparserInternals.c2146 if (!val) xmlIndentTreeOutput = 1;
/external/libxml2/os400/
H A Drpgsupport.c118 THREADED_VAR(xmlIndentTreeOutput, int)

Completed in 76 milliseconds