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 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 94 milliseconds