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

/external/libxml2/
H A Dcatalog.c3190 * xmlLoadCatalog:
3201 xmlLoadCatalog(const char *filename) function
3266 xmlLoadCatalog((const char *) path);
H A Delfgcchack.h5184 #undef xmlLoadCatalog macro
5185 extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
5187 #ifndef xmlLoadCatalog
5188 extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
5189 #define xmlLoadCatalog xmlLoadCatalog__internal_alias macro

Completed in 105 milliseconds