Searched refs:xmlACatalogRemove (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dcatalog.h83 xmlACatalogRemove (xmlCatalogPtr catal,
/external/libxml2/
H A Dcatalog.c2982 * xmlACatalogRemove:
2991 xmlACatalogRemove(xmlCatalogPtr catal, const xmlChar *value) { function
3451 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 76 milliseconds