Home
last modified time | relevance | path

Searched refs:XML_SAVE_NO_EMPTY (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h61 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator
Dxmlsave.c381 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()
437 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()
438 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()
1087 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) { in xmlNodeDumpOutputInternal()
/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle31 d XML_SAVE_NO_EMPTY... No empty tags
/third_party/libxml2/
Dxmlsave.c351 ctxt->options |= XML_SAVE_NO_EMPTY; in xmlSaveCtxtInit()
407 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) { in xmlNewSaveCtxt()
408 options |= XML_SAVE_NO_EMPTY; in xmlNewSaveCtxt()
922 if ((ctxt->options & XML_SAVE_NO_EMPTY) == 0) { in xmlNodeDumpOutputInternal()
DNEWS2050 - improvements: add XML_SAVE_NO_EMPTY xmlSaveOption (Rob Richards), add
/third_party/chromium/patch/
D0001-cve.patch77673 - * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option