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 96 #undef xmlSaveNoEmptyTags
153 int xmlSaveNoEmptyTags;
455 #define xmlSaveNoEmptyTags \
458 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 508 milliseconds