Searched defs:htmlNodeDumpFormatOutput (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c416 htmlNodeDumpFormatOutput(outbuf, doc, cur, NULL, format);
488 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
748 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, format);
754 * htmlNodeDumpFormatOutput:
764 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, function
955 htmlNodeDumpFormatOutput(buf, doc, cur, encoding, 1);
H A Delfgcchack.h534 #undef htmlNodeDumpFormatOutput macro
535 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
537 #ifndef htmlNodeDumpFormatOutput
538 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
539 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias macro

Completed in 69 milliseconds