Searched defs:xmlDebugDumpOneNode (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/libxml/src/
H A DdebugXML.c1429 * xmlDebugDumpOneNode:
1437 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) function
2286 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
/external/libxml2/
H A DdebugXML.c1429 * xmlDebugDumpOneNode:
1437 xmlDebugDumpOneNode(FILE * output, xmlNodePtr node, int depth) function
2289 xmlDebugDumpOneNode(ctxt->output, node, 0);
H A Delfgcchack.h2790 #undef xmlDebugDumpOneNode macro
2791 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
2793 #ifndef xmlDebugDumpOneNode
2794 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
2795 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias macro

Completed in 415 milliseconds