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

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c427 * xmlFreeCatalog:
433 xmlFreeCatalog(xmlCatalogPtr catal) { function
2658 xmlFreeCatalog(catal);
2703 xmlFreeCatalog(catal);
3287 xmlFreeCatalog(xmlDefaultCatalog);
H A Delfgcchack.h3446 #undef xmlFreeCatalog macro
3447 extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
3449 #ifndef xmlFreeCatalog
3450 extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
3451 #define xmlFreeCatalog xmlFreeCatalog__internal_alias macro

Completed in 75 milliseconds