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

/external/libxml2/
H A DdebugXML.c1517 * xmlDebugDumpDocument:
1524 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) function
H A Delfgcchack.h2730 #undef xmlDebugDumpDocument macro
2731 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
2733 #ifndef xmlDebugDumpDocument
2734 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
2735 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias macro

Completed in 135 milliseconds