Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc560 int last_sub_entities_value = xmlSubstituteEntitiesDefault(1); in Parse()
570 xmlSubstituteEntitiesDefault(last_sub_entities_value); in Parse()
/external/libxml2/include/libxml/
Dparser.h847 xmlSubstituteEntitiesDefault(int val);
/external/libxml2/
DparserInternals.c2121 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.c3497 if (noent != 0) xmlSubstituteEntitiesDefault(1); in main()