Searched refs:htmlNodeDumpFile (Results 1 – 4 of 4) sorted by relevance
94 htmlNodeDumpFile (FILE *out,
509 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile() function
510 #undef htmlNodeDumpFile511 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_…513 #ifndef htmlNodeDumpFile514 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden…515 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias macro
2419 htmlNodeDumpFile(ctxt->output, ctxt->doc, node); in xmlShellCat()