Searched refs:xmlSubstituteEntitiesDefault (Results 1 – 5 of 5) sorted by relevance
560 int last_sub_entities_value = xmlSubstituteEntitiesDefault(1); in Parse()570 xmlSubstituteEntitiesDefault(last_sub_entities_value); in Parse()
847 xmlSubstituteEntitiesDefault(int val);
2121 xmlSubstituteEntitiesDefault(int val) { in xmlSubstituteEntitiesDefault() function
10937 #undef xmlSubstituteEntitiesDefault10938 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xml…10940 #ifndef xmlSubstituteEntitiesDefault10941 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attri…10942 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias macro
3497 if (noent != 0) xmlSubstituteEntitiesDefault(1); in main()