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

/external/libxml2/
H A DHTMLtree.c581 htmlDocContentDumpFormatOutput(buf, cur, NULL, format);
964 * htmlDocContentDumpFormatOutput:
973 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, function
1008 htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
1196 htmlDocContentDumpFormatOutput(buf, cur, encoding, format);
H A Delfgcchack.h258 #undef htmlDocContentDumpFormatOutput macro
259 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
261 #ifndef htmlDocContentDumpFormatOutput
262 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
263 #define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias macro

Completed in 84 milliseconds