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

/external/libxml2/
H A DdebugXML.c1430 * xmlDebugDumpOneNode:
1438 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) function
2287 xmlDebugDumpOneNode(ctxt->output, node, 0);
H A Delfgcchack.h2718 #undef xmlDebugDumpOneNode macro
2719 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
2721 #ifndef xmlDebugDumpOneNode
2722 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
2723 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias macro

Completed in 115 milliseconds