Searched defs:xmlIndentTreeOutput (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h81 #undef xmlIndentTreeOutput macro
151 int xmlIndentTreeOutput; member in struct:_xmlGlobalState
379 #define xmlIndentTreeOutput \ macro
382 XMLPUBVAR int xmlIndentTreeOutput; variable
/external/libxml2/include/libxml/
H A Dglobals.h81 #undef xmlIndentTreeOutput macro
151 int xmlIndentTreeOutput; member in struct:_xmlGlobalState
379 #define xmlIndentTreeOutput \ macro
382 XMLPUBVAR int xmlIndentTreeOutput; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c173 #undef xmlIndentTreeOutput macro
351 * xmlIndentTreeOutput:
356 int xmlIndentTreeOutput = 1; variable
561 gs->xmlIndentTreeOutput = xmlIndentTreeOutputThrDef;
934 #undef xmlIndentTreeOutput macro
938 return (&xmlIndentTreeOutput);
940 return (&xmlGetGlobalState()->xmlIndentTreeOutput);
/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);

Completed in 141 milliseconds