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 174 #undef xmlSaveNoEmptyTags
361 * xmlSaveNoEmptyTags:
368 int xmlSaveNoEmptyTags = 0;
562 gs->xmlSaveNoEmptyTags = xmlSaveNoEmptyTagsThrDef;
1055 #undef xmlSaveNoEmptyTags
1059 return (&xmlSaveNoEmptyTags);
1061 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 518 milliseconds