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.c607 htmlDocContentDumpFormatOutput(buf, cur, NULL, format);
995 * htmlDocContentDumpFormatOutput:
1004 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, function
1039 htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
1227 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 1555 milliseconds