Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLtree.h94 htmlNodeDumpFile (FILE *out,
/external/libxml2/
DHTMLtree.c509 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile() function
Delfgcchack.h510 #undef htmlNodeDumpFile
511 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_…
513 #ifndef htmlNodeDumpFile
514 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden…
515 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias macro
DdebugXML.c2419 htmlNodeDumpFile(ctxt->output, ctxt->doc, node); in xmlShellCat()