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

/external/libxml2/
H A DdebugXML.c1410 * xmlDebugDumpAttrList:
1418 xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth) function
1904 xmlDebugDumpAttrList(fp, (xmlAttrPtr) node, 0);
H A Delfgcchack.h2706 #undef xmlDebugDumpAttrList macro
2707 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias")));
2709 #ifndef xmlDebugDumpAttrList
2710 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden")));
2711 #define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias macro

Completed in 113 milliseconds