Searched refs:xmlDocDumpFormatMemory (Results 1 – 4 of 4) sorted by relevance
1102 xmlDocDumpFormatMemory (xmlDocPtr cur,
2275 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in xmlDocDumpFormatMemory() function
2926 #undef xmlDocDumpFormatMemory2927 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpForma…2929 #ifndef xmlDocDumpFormatMemory2930 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibi…2931 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro
2468 xmlDocDumpFormatMemory(doc, &result, &len, 1); in parseAndPrintFile()