Searched refs:xmlSubstituteEntitiesDefaultValue (Results 1 – 8 of 8) sorted by relevance
94 #undef xmlSubstituteEntitiesDefaultValue141 int xmlSubstituteEntitiesDefaultValue; member459 #define xmlSubstituteEntitiesDefaultValue \ macro462 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue; variable
163 #undef xmlSubstituteEntitiesDefaultValue275 int xmlSubstituteEntitiesDefaultValue = 0; variable551 gs->xmlSubstituteEntitiesDefaultValue = in xmlInitializeGlobalState()1060 #undef xmlSubstituteEntitiesDefaultValue1064 return (&xmlSubstituteEntitiesDefaultValue); in __xmlSubstituteEntitiesDefaultValue()1066 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue); in __xmlSubstituteEntitiesDefaultValue()
1712 ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue; in xmlInitParserCtxt()2087 int old = xmlSubstituteEntitiesDefaultValue; in xmlSubstituteEntitiesDefault()2089 xmlSubstituteEntitiesDefaultValue = val; in xmlSubstituteEntitiesDefault()
182 #undef xmlSubstituteEntitiesDefaultValue294 int xmlSubstituteEntitiesDefaultValue = 0; variable570 gs->xmlSubstituteEntitiesDefaultValue = in xmlInitializeGlobalState()1079 #undef xmlSubstituteEntitiesDefaultValue1083 return (&xmlSubstituteEntitiesDefaultValue); in __xmlSubstituteEntitiesDefaultValue()1085 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue); in __xmlSubstituteEntitiesDefaultValue()
174 xmlSubstituteEntitiesDefaultValue = 1; in main()
1750 ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue; in xmlInitParserCtxt()2122 int old = xmlSubstituteEntitiesDefaultValue; in xmlSubstituteEntitiesDefault()2124 xmlSubstituteEntitiesDefaultValue = val; in xmlSubstituteEntitiesDefault()
168 xmlSubstituteEntitiesDefaultValue DATA