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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h94 #undef xmlSubstituteEntitiesDefaultValue macro
141 int xmlSubstituteEntitiesDefaultValue; member in struct:_xmlGlobalState
459 #define xmlSubstituteEntitiesDefaultValue \ macro
462 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue; variable
/external/libxml2/include/libxml/
H A Dglobals.h94 #undef xmlSubstituteEntitiesDefaultValue macro
141 int xmlSubstituteEntitiesDefaultValue; member in struct:_xmlGlobalState
459 #define xmlSubstituteEntitiesDefaultValue \ macro
462 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c182 #undef xmlSubstituteEntitiesDefaultValue macro
286 * xmlSubstituteEntitiesDefaultValue:
294 int xmlSubstituteEntitiesDefaultValue = 0; variable
570 gs->xmlSubstituteEntitiesDefaultValue =
1079 #undef xmlSubstituteEntitiesDefaultValue macro
1083 return (&xmlSubstituteEntitiesDefaultValue);
1085 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);
H A DtestXPath.c174 xmlSubstituteEntitiesDefaultValue = 1;
H A DparserInternals.c1750 ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue;
2122 int old = xmlSubstituteEntitiesDefaultValue;
2124 xmlSubstituteEntitiesDefaultValue = val;
/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 DparserInternals.c1750 ctxt->replaceEntities = xmlSubstituteEntitiesDefaultValue;
2122 int old = xmlSubstituteEntitiesDefaultValue;
2124 xmlSubstituteEntitiesDefaultValue = val;

Completed in 599 milliseconds