Home
last modified time | relevance | path

Searched refs:xmlCatalogGetSystem (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dcatalog.h174 xmlCatalogGetSystem (const xmlChar *sysID);
/external/libxml2/
Delfgcchack.h1732 #undef xmlCatalogGetSystem
1733 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__…
1735 #ifndef xmlCatalogGetSystem
1736 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("…
1737 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias macro
Dcatalog.c3742 xmlCatalogGetSystem(const xmlChar *sysID) { in xmlCatalogGetSystem() function