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

/external/libxml2/
H A Dcatalog.c3736 * xmlCatalogGetSystem:
3745 xmlCatalogGetSystem(const xmlChar *sysID) { function
3755 "Use of deprecated xmlCatalogGetSystem() call\n");
H A Delfgcchack.h1804 #undef xmlCatalogGetSystem macro
1805 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias")));
1807 #ifndef xmlCatalogGetSystem
1808 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden")));
1809 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias macro

Completed in 233 milliseconds