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

/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c2335 * xmlDumpAttributeTable:
2342 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { function
H A Delfgcchack.h3008 #undef xmlDumpAttributeTable macro
3009 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
3011 #ifndef xmlDumpAttributeTable
3012 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
3013 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias macro

Completed in 271 milliseconds