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

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c779 * xmlConvertSGMLCatalog:
787 xmlConvertSGMLCatalog(xmlCatalogPtr catal) { function
3474 res = xmlConvertSGMLCatalog(xmlDefaultCatalog);
H A Delfgcchack.h2122 #undef xmlConvertSGMLCatalog macro
2123 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2125 #ifndef xmlConvertSGMLCatalog
2126 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
2127 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias macro
/external/libxml2/
H A Dcatalog.c779 * xmlConvertSGMLCatalog:
787 xmlConvertSGMLCatalog(xmlCatalogPtr catal) { function
3471 res = xmlConvertSGMLCatalog(xmlDefaultCatalog);
H A Delfgcchack.h2122 #undef xmlConvertSGMLCatalog macro
2123 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2125 #ifndef xmlConvertSGMLCatalog
2126 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
2127 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias macro

Completed in 7399 milliseconds