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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dcatalog.h86 xmlACatalogResolve (xmlCatalogPtr catal,
/vbox/src/libs/libxml2-2.6.31/
H A Dcatalog.c2839 * xmlACatalogResolve:
2850 xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID, function
3352 ret = xmlACatalogResolve(xmlDefaultCatalog, pubID, sysID);
H A Delfgcchack.h918 #undef xmlACatalogResolve macro
919 extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias")));
921 #ifndef xmlACatalogResolve
922 extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden")));
923 #define xmlACatalogResolve xmlACatalogResolve__internal_alias macro
H A Dtestapi.c5722 ret_val = xmlACatalogResolve(catal, (const xmlChar *)pubID, (const xmlChar *)sysID);
5730 printf("Leak of %d blocks found in xmlACatalogResolve",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13121 if (!PyArg_ParseTuple(args, (char *)"Ozz:xmlACatalogResolve", &pyobj_catal, &pubID, &sysID))
13125 c_retval = xmlACatalogResolve(catal, pubID, sysID);

Completed in 291 milliseconds