htmlDocDump      2418 third_party/libxml/src/debugXML.c             htmlDocDump(ctxt->output, (htmlDocPtr) node);
htmlDocDump       282 third_party/libxml/src/elfgcchack.h #undef htmlDocDump
htmlDocDump       283 third_party/libxml/src/elfgcchack.h extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias")));
htmlDocDump       285 third_party/libxml/src/elfgcchack.h #ifndef htmlDocDump
htmlDocDump       286 third_party/libxml/src/elfgcchack.h extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden")));
htmlDocDump       287 third_party/libxml/src/elfgcchack.h #define htmlDocDump htmlDocDump__internal_alias
htmlDocDump        84 third_party/libxml/src/include/libxml/HTMLtree.h 		htmlDocDump		(FILE *f,
htmlDocDump       783 third_party/libxml/src/testHTML.c 		htmlDocDump(stdout, doc);
htmlDocDump       790 third_party/libxml/src/testHTML.c 	    htmlDocDump(stdout, doc);
htmlDocDump      2941 third_party/libxml/src/testapi.c         ret_val = htmlDocDump(f, cur);
htmlDocDump      2528 third_party/libxml/src/xmllint.c 			if (htmlDocDump(out, doc) < 0)