xmlDocDump       1897 third_party/libxml/src/debugXML.c         xmlDocDump(fp, (xmlDocPtr) node);
xmlDocDump       2423 third_party/libxml/src/debugXML.c             xmlDocDump(ctxt->output, (xmlDocPtr) node);
xmlDocDump       2429 third_party/libxml/src/debugXML.c             xmlDocDump(ctxt->output, (xmlDocPtr) node);
xmlDocDump       2914 third_party/libxml/src/elfgcchack.h #undef xmlDocDump
xmlDocDump       2915 third_party/libxml/src/elfgcchack.h extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias")));
xmlDocDump       2917 third_party/libxml/src/elfgcchack.h #ifndef xmlDocDump
xmlDocDump       2918 third_party/libxml/src/elfgcchack.h extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden")));
xmlDocDump       2919 third_party/libxml/src/elfgcchack.h #define xmlDocDump xmlDocDump__internal_alias
xmlDocDump       1127 third_party/libxml/src/include/libxml/tree.h 		xmlDocDump		(FILE *f,
xmlDocDump       7896 third_party/libxml/src/relaxng.c         xmlDocDump(output, schema->doc);
xmlDocDump       19801 third_party/libxml/src/testapi.c         ret_val = xmlDocDump(f, cur);
xmlDocDump       2642 third_party/libxml/src/xmllint.c 			if (xmlDocDump(out, doc) < 0)