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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dcatalog.h106 xmlCatalogIsEmpty (xmlCatalogPtr catal);
/external/libxml2/include/libxml/
H A Dcatalog.h106 xmlCatalogIsEmpty (xmlCatalogPtr catal);
/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c3035 * xmlCatalogIsEmpty:
3043 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
H A Dtestapi.c6055 ret_val = xmlCatalogIsEmpty(catal);
6061 printf("Leak of %d blocks found in xmlCatalogIsEmpty",
[all...]
/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 247 milliseconds