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

/external/libxml2/
H A Dcatalog.c783 * xmlConvertSGMLCatalog:
791 xmlConvertSGMLCatalog(xmlCatalogPtr catal) { function
3475 res = xmlConvertSGMLCatalog(xmlDefaultCatalog);
H A Delfgcchack.h2194 #undef xmlConvertSGMLCatalog macro
2195 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2197 #ifndef xmlConvertSGMLCatalog
2198 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
2199 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias macro

Completed in 116 milliseconds