Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dcatalog.h167 xmlCatalogSetDefaults (xmlCatalogAllow allow);
/external/libxml2/
Delfgcchack.h1864 #undef xmlCatalogSetDefaults
1865 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefa…
1867 #ifndef xmlCatalogSetDefaults
1868 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibili…
1869 #define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias macro
Dcatalog.c3506 xmlCatalogSetDefaults(xmlCatalogAllow allow) { in xmlCatalogSetDefaults() function