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

/external/libxml2/
H A Dcatalog.c431 * xmlFreeCatalog:
437 xmlFreeCatalog(xmlCatalogPtr catal) { function
2661 xmlFreeCatalog(catal);
2706 xmlFreeCatalog(catal);
3290 xmlFreeCatalog(xmlDefaultCatalog);
H A Delfgcchack.h3562 #undef xmlFreeCatalog macro
3563 extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
3565 #ifndef xmlFreeCatalog
3566 extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
3567 #define xmlFreeCatalog xmlFreeCatalog__internal_alias macro

Completed in 189 milliseconds