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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h56 #undef xmlIndentTreeOutput macro
114 int xmlIndentTreeOutput; member in struct:_xmlGlobalState
332 #define xmlIndentTreeOutput \ macro
335 XMLPUBVAR int xmlIndentTreeOutput; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c152 #undef xmlIndentTreeOutput macro
323 * xmlIndentTreeOutput:
328 int xmlIndentTreeOutput = 1; variable
533 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef;
896 #undef xmlIndentTreeOutput macro
900 return (&xmlIndentTreeOutput);
902 return (&xmlGetGlobalState()->xmlIndentTreeOutput);
H A Dxmlsave.c625 if ((ctxt->format) && (xmlIndentTreeOutput) &&
802 if ((xmlIndentTreeOutput) && (ctxt->format))
1120 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
1130 if ((ctxt->format) && (xmlIndentTreeOutput) &&
1332 if (xmlIndentTreeOutput)
1367 if (xmlIndentTreeOutput)
1466 if ((xmlIndentTreeOutput) && (format))
1872 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
1980 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput = 1
2034 * Note that @format = 1 provide node indenting only if xmlIndentTreeOutput
[all...]
H A DparserInternals.c2072 xmlIndentTreeOutput = !val;
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1939 xmlIndentTreeOutput = 1;

Completed in 61 milliseconds