xmlSubstituteEntitiesDefaultValue  294 third_party/libxml/src/globals.c int xmlSubstituteEntitiesDefaultValue = 0;
xmlSubstituteEntitiesDefaultValue  570 third_party/libxml/src/globals.c     gs->xmlSubstituteEntitiesDefaultValue = 
xmlSubstituteEntitiesDefaultValue 1083 third_party/libxml/src/globals.c 	return (&xmlSubstituteEntitiesDefaultValue);
xmlSubstituteEntitiesDefaultValue 1085 third_party/libxml/src/globals.c 	return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);
xmlSubstituteEntitiesDefaultValue  141 third_party/libxml/src/include/libxml/globals.h 	int xmlSubstituteEntitiesDefaultValue;
xmlSubstituteEntitiesDefaultValue  462 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR int xmlSubstituteEntitiesDefaultValue;
xmlSubstituteEntitiesDefaultValue 1750 third_party/libxml/src/parserInternals.c     ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue;
xmlSubstituteEntitiesDefaultValue 2122 third_party/libxml/src/parserInternals.c     int old = xmlSubstituteEntitiesDefaultValue;
xmlSubstituteEntitiesDefaultValue 2124 third_party/libxml/src/parserInternals.c     xmlSubstituteEntitiesDefaultValue = val;
xmlSubstituteEntitiesDefaultValue  174 third_party/libxml/src/testXPath.c     xmlSubstituteEntitiesDefaultValue = 1;