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

/external/libxml2/
H A DdebugXML.c1516 * xmlDebugDumpDocument:
1523 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) function
H A Delfgcchack.h2658 #undef xmlDebugDumpDocument macro
2659 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
2661 #ifndef xmlDebugDumpDocument
2662 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
2663 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias macro

Completed in 96 milliseconds