xmlPedanticParserDefaultValue  262 third_party/libxml/src/globals.c int xmlPedanticParserDefaultValue = 0;
xmlPedanticParserDefaultValue  568 third_party/libxml/src/globals.c     gs->xmlPedanticParserDefaultValue = xmlPedanticParserDefaultValueThrDef;
xmlPedanticParserDefaultValue 1049 third_party/libxml/src/globals.c 	return (&xmlPedanticParserDefaultValue);
xmlPedanticParserDefaultValue 1051 third_party/libxml/src/globals.c 	return (&xmlGetGlobalState()->xmlPedanticParserDefaultValue);
xmlPedanticParserDefaultValue  148 third_party/libxml/src/include/libxml/globals.h 	int xmlPedanticParserDefaultValue;
xmlPedanticParserDefaultValue  444 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR int xmlPedanticParserDefaultValue;
xmlPedanticParserDefaultValue 1733 third_party/libxml/src/parserInternals.c     ctxt->pedantic = xmlPedanticParserDefaultValue;
xmlPedanticParserDefaultValue 2082 third_party/libxml/src/parserInternals.c     int old = xmlPedanticParserDefaultValue;
xmlPedanticParserDefaultValue 2084 third_party/libxml/src/parserInternals.c     xmlPedanticParserDefaultValue = val;