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

/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1366 * xmlDebugDumpAttr:
1374 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { function
2282 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0);
H A Delfgcchack.h2610 #undef xmlDebugDumpAttr macro
2611 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
2613 #ifndef xmlDebugDumpAttr
2614 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
2615 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro

Completed in 4408 milliseconds