Home
last modified time | relevance | path

Searched refs:xmlDebugDumpDocument (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DdebugXML.h55 xmlDebugDumpDocument (FILE *output,
/external/libxml2/
Delfgcchack.h2658 #undef xmlDebugDumpDocument
2659 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocumen…
2661 #ifndef xmlDebugDumpDocument
2662 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility…
2663 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias macro
DdebugXML.c1521 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) in xmlDebugDumpDocument() function
Dxmllint.c2559 xmlDebugDumpDocument(out, doc); in parseAndPrintFile()