Home
last modified time | relevance | path

Searched refs:XML_SAVE_NO_DECL (Results 1 – 5 of 5) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlsave.h31 XML_SAVE_NO_DECL = 1<<1, /* drop the xml declaration */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h60 XML_SAVE_NO_DECL = 1<<1, /* drop the xml declaration */ enumerator
Dxmlsave.c1193 ((ctxt->options & XML_SAVE_NO_DECL) == 0)) { in xmlDocContentDumpOutput()
1218 if ((ctxt->options & XML_SAVE_NO_DECL) == 0) { in xmlDocContentDumpOutput()
/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle29 d XML_SAVE_NO_DECL... Drop xml declaration
/third_party/libxml2/
Dxmlsave.c1178 ((ctxt->options & XML_SAVE_NO_DECL) == 0)) { in xmlDocContentDumpOutput()
1203 if ((ctxt->options & XML_SAVE_NO_DECL) == 0) { in xmlDocContentDumpOutput()