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

/external/libxml2/
H A Dcatalog.c2951 * xmlACatalogAdd:
2963 xmlACatalogAdd(xmlCatalogPtr catal, const xmlChar * type, function
3437 res = xmlACatalogAdd(xmlDefaultCatalog, type, orig, replace);
H A Delfgcchack.h882 #undef xmlACatalogAdd macro
883 extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias")));
885 #ifndef xmlACatalogAdd
886 extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden")));
887 #define xmlACatalogAdd xmlACatalogAdd__internal_alias macro

Completed in 132 milliseconds