Searched refs:xmlDebugDumpDocument (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DdebugXML.h55 xmlDebugDumpDocument (FILE *output,
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c1513 * xmlDebugDumpDocument:
1520 xmlDebugDumpDocument(FILE * output, xmlDocPtr doc) function
H A Dxmllint.c2558 xmlDebugDumpDocument(out, doc);
H A Delfgcchack.h2646 #undef xmlDebugDumpDocument macro
2647 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
2649 #ifndef xmlDebugDumpDocument
2650 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
2651 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias macro
H A Dtestapi.c7126 xmlDebugDumpDocument(output, doc);
7132 printf("Leak of %d blocks found in xmlDebugDumpDocument",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c7073 if (!PyArg_ParseTuple(args, (char *)"OO:xmlDebugDumpDocument", &pyobj_output, &pyobj_doc))
7078 xmlDebugDumpDocument(output, doc);

Completed in 212 milliseconds