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

  /external/libxml2/include/libxml/
globals.h 97 #undef xmlSaveNoEmptyTags
154 int xmlSaveNoEmptyTags;
456 #define xmlSaveNoEmptyTags \
459 XMLPUBVAR int xmlSaveNoEmptyTags;
  /external/libxml2/
globals.c 162 #undef xmlSaveNoEmptyTags
349 * xmlSaveNoEmptyTags:
356 int xmlSaveNoEmptyTags = 0;
550 gs->xmlSaveNoEmptyTags = xmlSaveNoEmptyTagsThrDef;
1043 #undef xmlSaveNoEmptyTags
1047 return (&xmlSaveNoEmptyTags);
1049 return (&xmlGetGlobalState()->xmlSaveNoEmptyTags);
libxml2.syms 839 xmlSaveNoEmptyTags; # variable
    [all...]
xmlsave.c 351 if (xmlSaveNoEmptyTags) {
    [all...]
  /external/libxml2/os400/
rpgsupport.c 126 THREADED_VAR(xmlSaveNoEmptyTags, int)

Completed in 84 milliseconds