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

  /external/libxml2/include/libxml/
globals.h 93 #undef xmlSubstituteEntitiesDefaultValue
140 int xmlSubstituteEntitiesDefaultValue;
448 #define xmlSubstituteEntitiesDefaultValue \
451 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue;
  /external/libxml2/
globals.c 161 #undef xmlSubstituteEntitiesDefaultValue
265 * xmlSubstituteEntitiesDefaultValue:
273 int xmlSubstituteEntitiesDefaultValue = 0;
542 gs->xmlSubstituteEntitiesDefaultValue =
1041 #undef xmlSubstituteEntitiesDefaultValue
1045 return (&xmlSubstituteEntitiesDefaultValue);
1047 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);
parserInternals.c     [all...]

Completed in 12 milliseconds