Searched refs:xmlCatalogIsEmpty (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dcatalog.h106 xmlCatalogIsEmpty (xmlCatalogPtr catal);
/external/libxml2/
H A Dcatalog.c3032 * xmlCatalogIsEmpty:
3040 xmlCatalogIsEmpty(xmlCatalogPtr catal) { function
H A Delfgcchack.h1744 #undef xmlCatalogIsEmpty macro
1745 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias")));
1747 #ifndef xmlCatalogIsEmpty
1748 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden")));
1749 #define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias macro

Completed in 90 milliseconds