Searched refs:xmlSubstituteEntitiesDefaultValue (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A Dglobals.h98 #undef xmlSubstituteEntitiesDefaultValue macro
145 int xmlSubstituteEntitiesDefaultValue; member in struct:_xmlGlobalState
465 #define xmlSubstituteEntitiesDefaultValue \ macro
468 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue; variable
/external/libxml2/
H A Dglobals.c163 #undef xmlSubstituteEntitiesDefaultValue macro
267 * xmlSubstituteEntitiesDefaultValue:
275 int xmlSubstituteEntitiesDefaultValue = 0; variable
551 gs->xmlSubstituteEntitiesDefaultValue =
1060 #undef xmlSubstituteEntitiesDefaultValue macro
1064 return (&xmlSubstituteEntitiesDefaultValue);
1066 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);
H A DtestXPath.c174 xmlSubstituteEntitiesDefaultValue = 1;
H A DparserInternals.c1721 ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue;
2100 int old = xmlSubstituteEntitiesDefaultValue;
2102 xmlSubstituteEntitiesDefaultValue = val;
H A Dlibxml2.syms840 xmlSubstituteEntitiesDefaultValue; # variable
/external/libxml2/vms/
H A Dconfig.vms187 #define xmlSubstituteEntitiesDefaultValue xmlSubstituteEntitiesDe28k2c80$
/external/libxml2/os400/
H A Drpgsupport.c127 THREADED_VAR(xmlSubstituteEntitiesDefaultValue, int)

Completed in 293 milliseconds