Searched refs:XML_SAVE_NO_EMPTY (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlsave.in.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon2536
H A Dxmlsave.c348 ctxt->options |= XML_SAVE_NO_EMPTY;
404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
405 options |= XML_SAVE_NO_EMPTY;
786 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon2730
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlsave.in.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon2310
H A Dxmlsave.c348 ctxt->options |= XML_SAVE_NO_EMPTY;
404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
405 options |= XML_SAVE_NO_EMPTY;
786 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlsave.c348 ctxt->options |= XML_SAVE_NO_EMPTY;
404 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
405 options |= XML_SAVE_NO_EMPTY;
895 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {

Completed in 116 milliseconds