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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h106 xmlCatalogIsEmpty (xmlCatalogPtr catal);
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c3033 * xmlCatalogIsEmpty:
3041 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.c6028 ret_val = xmlCatalogIsEmpty(catal);
6034 printf("Leak of %d blocks found in xmlCatalogIsEmpty",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c500 if (!PyArg_ParseTuple(args, (char *)"O:xmlCatalogIsEmpty", &pyobj_catal))
504 c_retval = xmlCatalogIsEmpty(catal);

Completed in 210 milliseconds