Home
last modified time | relevance | path

Searched refs:xmlDebugDumpAttr (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h32 xmlDebugDumpAttr (FILE *output,
/external/libxml2/
DdebugXML.c1377 xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) { in xmlDebugDumpAttr() function
2285 xmlDebugDumpAttr(ctxt->output, (xmlAttrPtr) node, 0); in xmlShellDir()
Delfgcchack.h2622 #undef xmlDebugDumpAttr
2623 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_…
2625 #ifndef xmlDebugDumpAttr
2626 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden…
2627 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias macro
Dxpath.c894 xmlDebugDumpAttr(output, (xmlAttrPtr)cur, depth); in xmlXPathDebugDumpNode()