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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c495 * htmlNodeDumpFile:
504 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { function
H A Delfgcchack.h510 #undef htmlNodeDumpFile macro
511 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias")));
513 #ifndef htmlNodeDumpFile
514 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden")));
515 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias macro

Completed in 74 milliseconds