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

  /external/libxml2/include/libxml/
globals.h 79 #undef xmlGetWarningsDefaultValue
142 int xmlGetWarningsDefaultValue;
359 #define xmlGetWarningsDefaultValue \
362 XMLPUBVAR int xmlGetWarningsDefaultValue;
  /external/libxml2/
globals.c 151 #undef xmlGetWarningsDefaultValue
219 * xmlGetWarningsDefaultValue:
224 int xmlGetWarningsDefaultValue = 1;
532 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
879 #undef xmlGetWarningsDefaultValue
883 return (&xmlGetWarningsDefaultValue);
885 return (&xmlGetGlobalState()->xmlGetWarningsDefaultValue);
error.c 455 if ((xmlGetWarningsDefaultValue == 0) && (level == XML_ERR_WARNING))
xmllint.c     [all...]
parserInternals.c     [all...]

Completed in 16 milliseconds