Searched defs:xmlGetIntSubset (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c911 * xmlGetIntSubset:
919 xmlGetIntSubset(const xmlDoc *doc) { function
948 if ((doc != NULL) && (xmlGetIntSubset(doc) != NULL)) {
H A Delfgcchack.h4069 #undef xmlGetIntSubset macro
4070 extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias")));
4072 #ifndef xmlGetIntSubset
4073 extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden")));
4074 #define xmlGetIntSubset xmlGetIntSubset__internal_alias macro

Completed in 103 milliseconds