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

  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLtree.h 79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
  /external/libxml2/include/libxml/
HTMLtree.h 79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
  /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...]
testapi.c     [all...]
  /external/libxml2/
HTMLtree.c 542 * htmlDocDumpMemoryFormat:
552 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) {
631 htmlDocDumpMemoryFormat(cur, mem, size, 1);
    [all...]
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 1127 milliseconds