HomeSort by relevance Sort by last modified time
    Searched defs:htmlDocContentDumpFormatOutput (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
HTMLtree.c 588 htmlDocContentDumpFormatOutput(buf, cur, NULL, format);
971 * htmlDocContentDumpFormatOutput:
980 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur,
1015 htmlDocContentDumpFormatOutput(buf, cur, encoding, 1);
1203 htmlDocContentDumpFormatOutput(buf, cur, encoding, format);
elfgcchack.h 258 #undef htmlDocContentDumpFormatOutput
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
    [all...]

Completed in 39 milliseconds