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

/external/libxml2/
H A Dcatalog.c2986 * xmlACatalogRemove:
2995 xmlACatalogRemove(xmlCatalogPtr catal, const xmlChar *value) { function
3455 res = xmlACatalogRemove(xmlDefaultCatalog, value);
H A Delfgcchack.h906 #undef xmlACatalogRemove macro
907 extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias")));
909 #ifndef xmlACatalogRemove
910 extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden")));
911 #define xmlACatalogRemove xmlACatalogRemove__internal_alias macro

Completed in 92 milliseconds