Home
last modified time | relevance | path

Searched refs:xmlCatalogConvert (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dcatalog.h141 xmlCatalogConvert (void);
/external/libxml2/
Dxmlcatalog.c421 ret = xmlCatalogConvert(); in main()
Delfgcchack.h1672 #undef xmlCatalogConvert
1673 extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__intern…
1675 #ifndef xmlCatalogConvert
1676 extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidd…
1677 #define xmlCatalogConvert xmlCatalogConvert__internal_alias macro
Dcatalog.c3465 xmlCatalogConvert(void) { in xmlCatalogConvert() function