Searched defs:xmlACatalogResolve (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c2841 * xmlACatalogResolve:
2852 xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID, function
3354 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
/external/libxml2/
H A Dcatalog.c2838 * xmlACatalogResolve:
2849 xmlACatalogResolve(xmlCatalogPtr catal, const xmlChar * pubID, function
3351 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

Completed in 704 milliseconds