Home
last modified time | relevance | path

Searched refs:xmlSubstituteEntitiesDefault (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h839 xmlSubstituteEntitiesDefault(int val);
/external/libxml2/
DparserInternals.c2034 xmlSubstituteEntitiesDefault(int val) { in xmlSubstituteEntitiesDefault() function
Delfgcchack.h10937 #undef xmlSubstituteEntitiesDefault
10938 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xml…
10940 #ifndef xmlSubstituteEntitiesDefault
10941 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attri…
10942 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias macro
Dxmllint.c3307 if (noent != 0) xmlSubstituteEntitiesDefault(1); in main()