Searched defs:xmlDebugDumpNode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c1450 * xmlDebugDumpNode:
1458 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) function
H A Delfgcchack.h2694 #undef xmlDebugDumpNode macro
2695 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
2697 #ifndef xmlDebugDumpNode
2698 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
2699 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias macro
/external/libxml2/
H A DdebugXML.c1450 * xmlDebugDumpNode:
1458 xmlDebugDumpNode(FILE * output, xmlNodePtr node, int depth) function
H A Delfgcchack.h2766 #undef xmlDebugDumpNode macro
2767 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
2769 #ifndef xmlDebugDumpNode
2770 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
2771 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias macro

Completed in 196 milliseconds