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

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c874 * xmlParseCatalogFile:
884 xmlParseCatalogFile(const char *filename) { function
1347 doc = xmlParseCatalogFile((const char *) filename);
H A Delfgcchack.h6804 #undef xmlParseCatalogFile macro
6805 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
6807 #ifndef xmlParseCatalogFile
6808 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
6809 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias macro

Completed in 96 milliseconds