Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A DHTMLtree.h94 htmlNodeDumpFile (FILE *out,
/reactos/sdk/lib/3rdparty/libxml2/
H A DHTMLtree.c532 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile() function
H A DdebugXML.c2412 htmlNodeDumpFile(ctxt->output, ctxt->doc, node); in xmlShellCat()