HomeSort by relevance Sort by last modified time
    Searched defs:xmlGetWarningsDefaultValue (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
globals.h 80 #undef xmlGetWarningsDefaultValue
143 int xmlGetWarningsDefaultValue;
370 #define xmlGetWarningsDefaultValue \
373 XMLPUBVAR int xmlGetWarningsDefaultValue;
  /external/libxml2/
globals.c 153 #undef xmlGetWarningsDefaultValue
221 * xmlGetWarningsDefaultValue:
226 int xmlGetWarningsDefaultValue = 1;
541 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
898 #undef xmlGetWarningsDefaultValue
902 return (&xmlGetWarningsDefaultValue);
904 return (&xmlGetGlobalState()->xmlGetWarningsDefaultValue);

Completed in 157 milliseconds