HomeSort by relevance Sort by last modified time
    Searched refs:xmlSaveNoEmptyTags (Results 1 - 3 of 3) sorted by null

  /external/libxml2/include/libxml/
globals.h 92 #undef xmlSaveNoEmptyTags
149 int xmlSaveNoEmptyTags;
439 #define xmlSaveNoEmptyTags \
442 XMLPUBVAR int xmlSaveNoEmptyTags;
  /external/libxml2/
globals.c 160 #undef xmlSaveNoEmptyTags
340 * xmlSaveNoEmptyTags:
347 int xmlSaveNoEmptyTags = 0;
541 gs->xmlSaveNoEmptyTags = xmlSaveNoEmptyTagsThrDef;
1024 #undef xmlSaveNoEmptyTags
1028 return (&xmlSaveNoEmptyTags);
1030 return (&xmlGetGlobalState()->xmlSaveNoEmptyTags);
xmlsave.c 347 if (xmlSaveNoEmptyTags) {
    [all...]

Completed in 12 milliseconds