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 84 #undef xmlGetWarningsDefaultValue
147 int xmlGetWarningsDefaultValue;
376 #define xmlGetWarningsDefaultValue \
379 XMLPUBVAR int xmlGetWarningsDefaultValue;
  /external/libxml2/
globals.c 165 #undef xmlGetWarningsDefaultValue
233 * xmlGetWarningsDefaultValue:
238 int xmlGetWarningsDefaultValue = 1;
553 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
910 #undef xmlGetWarningsDefaultValue
914 return (&xmlGetWarningsDefaultValue);
916 return (&xmlGetGlobalState()->xmlGetWarningsDefaultValue);

Completed in 86 milliseconds