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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h76 xmlConvertSGMLCatalog (xmlCatalogPtr catal);
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c779 * xmlConvertSGMLCatalog:
787 xmlConvertSGMLCatalog(xmlCatalogPtr catal) { function
3472 res = xmlConvertSGMLCatalog(xmlDefaultCatalog);
H A Delfgcchack.h2110 #undef xmlConvertSGMLCatalog macro
2111 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2113 #ifndef xmlConvertSGMLCatalog
2114 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
2115 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias macro
H A Dtestapi.c6385 ret_val = xmlConvertSGMLCatalog(catal);
6391 printf("Leak of %d blocks found in xmlConvertSGMLCatalog",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9830 if (!PyArg_ParseTuple(args, (char *)"O:xmlConvertSGMLCatalog", &pyobj_catal))
9834 c_retval = xmlConvertSGMLCatalog(catal);

Completed in 297 milliseconds