HomeSort by relevance Sort by last modified time
    Searched refs:xmlIndentTreeOutput (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
globals.h 80 #undef xmlIndentTreeOutput
150 int xmlIndentTreeOutput;
368 #define xmlIndentTreeOutput \
371 XMLPUBVAR int xmlIndentTreeOutput;
  /external/libxml2/
globals.c 152 #undef xmlIndentTreeOutput
323 * xmlIndentTreeOutput:
328 int xmlIndentTreeOutput = 1;
533 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef;
896 #undef xmlIndentTreeOutput
900 return (&xmlIndentTreeOutput);
902 return (&xmlGetGlobalState()->xmlIndentTreeOutput);
xmlsave.c 659 if ((ctxt->format) && (xmlIndentTreeOutput) &&
909 if ((xmlIndentTreeOutput) && (ctxt->format))
    [all...]
parserInternals.c     [all...]

Completed in 365 milliseconds