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

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 80 #undef xmlGetWarningsDefaultValue
143 int xmlGetWarningsDefaultValue;
370 #define xmlGetWarningsDefaultValue \
373 XMLPUBVAR int xmlGetWarningsDefaultValue;
  /external/libxml2/include/libxml/
globals.h 80 #undef xmlGetWarningsDefaultValue
143 int xmlGetWarningsDefaultValue;
370 #define xmlGetWarningsDefaultValue \
373 XMLPUBVAR int xmlGetWarningsDefaultValue;
  /external/chromium_org/third_party/libxml/src/
globals.c 172 #undef xmlGetWarningsDefaultValue
240 * xmlGetWarningsDefaultValue:
245 int xmlGetWarningsDefaultValue = 1;
560 gs->xmlGetWarningsDefaultValue = xmlGetWarningsDefaultValueThrDef;
917 #undef xmlGetWarningsDefaultValue
921 return (&xmlGetWarningsDefaultValue);
923 return (&xmlGetGlobalState()->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 439 milliseconds