Home
last modified time | relevance | path

Searched refs:xmlDebugDumpNode (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h44 xmlDebugDumpNode (FILE *output,
/external/libxml2/
Delfgcchack.h2694 #undef xmlDebugDumpNode
2695 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_…
2697 #ifndef xmlDebugDumpNode
2698 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden…
2699 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias macro
DdebugXML.c1457 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) in xmlDebugDumpNode() function