Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dcatalog.h127 xmlCatalogResolveSystem (const xmlChar *sysID);
/external/libxml2/
Dxmlcatalog.c209 ans = xmlCatalogResolveSystem((const xmlChar *) argv[0]); in usershell()
570 ans = xmlCatalogResolveSystem((const xmlChar *) argv[i]); in main()
Delfgcchack.h1816 #undef xmlCatalogResolveSystem
1817 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogRes…
1819 #ifndef xmlCatalogResolveSystem
1820 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visi…
1821 #define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias macro
Dcatalog.c3307 xmlCatalogResolveSystem(const xmlChar *sysID) { in xmlCatalogResolveSystem() function