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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon13354
/external/libxml2/include/libxml/
H A Dxmlsave.h32 XML_SAVE_NO_EMPTY = 1<<2, /* no empty tags */ enumerator in enum:__anon25079
/external/chromium_org/third_party/libxml/src/
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)) {
/external/libxml2/
H A Dxmlsave.c352 ctxt->options |= XML_SAVE_NO_EMPTY;
408 if ((ret->options & XML_SAVE_NO_EMPTY) && ! (options & XML_SAVE_NO_EMPTY)) {
409 options |= XML_SAVE_NO_EMPTY;
1058 (cur->children == NULL) && ((ctxt->options & XML_SAVE_NO_EMPTY) == 0)) {

Completed in 168 milliseconds