Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxmlsave.h36 XML_SAVE_AS_HTML = 1<<6, /* force HTML serialization on XML doc */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h65 XML_SAVE_AS_HTML = 1<<6, /* force HTML serialization on XML doc */ enumerator
Dxmlsave.c954 (ctxt->options & XML_SAVE_AS_HTML)) { in xmlNodeDumpOutputInternal()
1160 (ctxt->options & XML_SAVE_AS_HTML)) { in xmlDocContentDumpOutput()
/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle39 d XML_SAVE_AS_HTML... Frce HTML on XML doc
/third_party/libxml2/
Dxmlsave.c1145 (ctxt->options & XML_SAVE_AS_HTML)) { in xmlDocContentDumpOutput()
1911 (ctxt->options & XML_SAVE_AS_HTML)) { in xmlSaveTree()