Searched refs:htmlDocDumpMemoryFormat (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DHTMLtree.h79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
/external/libxml2/include/libxml/
H A DHTMLtree.h79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c523 * htmlDocDumpMemoryFormat:
533 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { function
614 htmlDocDumpMemoryFormat(cur, mem, size, 1);
H A Delfgcchack.h306 #undef htmlDocDumpMemoryFormat macro
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 macro
H A Dtestapi.c3042 htmlDocDumpMemoryFormat(cur, mem, size, format);
3050 printf("Leak of %d blocks found in htmlDocDumpMemoryFormat",
[all...]
/external/libxml2/
H A DHTMLtree.c542 * htmlDocDumpMemoryFormat:
552 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { function
631 htmlDocDumpMemoryFormat(cur, mem, size, 1);
H A Delfgcchack.h306 #undef htmlDocDumpMemoryFormat macro
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 macro

Completed in 286 milliseconds