Searched refs:xmlDebugDumpAttr (Results 1 – 4 of 4) sorted by relevance
32 xmlDebugDumpAttr (FILE *output,
1377 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { in xmlDebugDumpAttr() function2285 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0); in xmlShellDir()
2622 #undef xmlDebugDumpAttr2623 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_…2625 #ifndef xmlDebugDumpAttr2626 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden…2627 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro
894 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth); in xmlXPathDebugDumpNode()