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

/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c779 * xmlConvertSGMLCatalog:
787 xmlConvertSGMLCatalog(xmlCatalogPtr catal) { function
3472 res = xmlConvertSGMLCatalog(xmlDefaultCatalog);
H A Delfgcchack.h2110 #undef xmlConvertSGMLCatalog macro
2111 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2113 #ifndef xmlConvertSGMLCatalog
2114 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
2115 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias macro

Completed in 522 milliseconds