Searched defs:xmlDumpEntitiesTable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dentities.c964 * xmlDumpEntitiesTable:
971 xmlDumpEntitiesTable(xmlBufferPtr buf, xmlEntitiesTablePtr table) { function
H A Delfgcchack.h3044 #undef xmlDumpEntitiesTable macro
3045 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias")));
3047 #ifndef xmlDumpEntitiesTable
3048 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden")));
3049 #define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias macro

Completed in 91 milliseconds