HomeSort by relevance Sort by last modified time
    Searched refs:xmlIndentTreeOutput (Results 1 - 6 of 6) 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);
xmlsave.c 817 if ((ctxt->format == 1) && (xmlIndentTreeOutput) &&
1076 if ((xmlIndentTreeOutput) && (ctxt->format == 1))
    [all...]
libxml2.syms 970 xmlIndentTreeOutput; # variable
    [all...]
parserInternals.c     [all...]
  /external/libxml2/os400/
rpgsupport.c 118 THREADED_VAR(xmlIndentTreeOutput, int)

Completed in 450 milliseconds