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

/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c590 htmlDocContentDumpFormatOutput(buf, cur, NULL, format);
973 * htmlDocContentDumpFormatOutput:
982 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, function
1017 htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
1205 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
/external/libxml2/
H A DHTMLtree.c588 htmlDocContentDumpFormatOutput(buf, cur, NULL, format);
971 * htmlDocContentDumpFormatOutput:
980 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, function
1015 htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
1203 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 220 milliseconds