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

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 94 #undef xmlSubstituteEntitiesDefaultValue
141 int xmlSubstituteEntitiesDefaultValue;
459 #define xmlSubstituteEntitiesDefaultValue \
462 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue;
  /external/libxml2/include/libxml/
globals.h 94 #undef xmlSubstituteEntitiesDefaultValue
141 int xmlSubstituteEntitiesDefaultValue;
459 #define xmlSubstituteEntitiesDefaultValue \
462 XMLPUBVAR int xmlSubstituteEntitiesDefaultValue;
  /external/chromium_org/third_party/libxml/src/
globals.c 182 #undef xmlSubstituteEntitiesDefaultValue
286 * xmlSubstituteEntitiesDefaultValue:
294 int xmlSubstituteEntitiesDefaultValue = 0;
570 gs->xmlSubstituteEntitiesDefaultValue =
1079 #undef xmlSubstituteEntitiesDefaultValue
1083 return (&xmlSubstituteEntitiesDefaultValue);
1085 return (&xmlGetGlobalState()->xmlSubstituteEntitiesDefaultValue);
testXPath.c 174 xmlSubstituteEntitiesDefaultValue = 1;
parserInternals.c     [all...]
  /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);
parserInternals.c     [all...]

Completed in 357 milliseconds