HomeSort by relevance Sort by last modified time
    Searched defs:xmlSubstituteEntitiesDefaultValue (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
globals.h 98 #undef xmlSubstituteEntitiesDefaultValue
145 int xmlSubstituteEntitiesDefaultValue;
465 #define xmlSubstituteEntitiesDefaultValue \
468 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue;
  /external/libxml2/
globals.c 163 #undef xmlSubstituteEntitiesDefaultValue
267 * xmlSubstituteEntitiesDefaultValue:
275 int xmlSubstituteEntitiesDefaultValue = 0;
551 gs->xmlSubstituteEntitiesDefaultValue =
1060 #undef xmlSubstituteEntitiesDefaultValue
1064 return (&xmlSubstituteEntitiesDefaultValue);
1066 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);

Completed in 3311 milliseconds