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

  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 523 * htmlDocDumpMemoryFormat:
533 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) {
614 htmlDocDumpMemoryFormat(cur, mem, size, 1);
elfgcchack.h 306 #undef htmlDocDumpMemoryFormat
307 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat __attribute((alias("htmlDocDumpMemoryFormat__internal_alias")));
309 #ifndef htmlDocDumpMemoryFormat
310 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat__internal_alias __attribute((visibility("hidden")));
311 #define htmlDocDumpMemoryFormat htmlDocDumpMemoryFormat__internal_alias
    [all...]
  /external/libxml2/
HTMLtree.c 523 * htmlDocDumpMemoryFormat:
533 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) {
612 htmlDocDumpMemoryFormat(cur, mem, size, 1);
elfgcchack.h 306 #undef htmlDocDumpMemoryFormat
307 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat __attribute((alias("htmlDocDumpMemoryFormat__internal_alias")));
309 #ifndef htmlDocDumpMemoryFormat
310 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat__internal_alias __attribute((visibility("hidden")));
311 #define htmlDocDumpMemoryFormat htmlDocDumpMemoryFormat__internal_alias
    [all...]

Completed in 1187 milliseconds