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

  /external/libxml2/include/libxml/
globals.h 81 #undef xmlIndentTreeOutput
151 int xmlIndentTreeOutput;
379 #define xmlIndentTreeOutput \
382 XMLPUBVAR int xmlIndentTreeOutput;
  /external/libxml2/
globals.c 154 #undef xmlIndentTreeOutput
332 * xmlIndentTreeOutput:
337 int xmlIndentTreeOutput = 1;
542 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef;
915 #undef xmlIndentTreeOutput
919 return (&xmlIndentTreeOutput);
921 return (&xmlGetGlobalState()->xmlIndentTreeOutput);

Completed in 1943 milliseconds