Home
last modified time | relevance | path

Searched refs:xmlDocDumpFormatMemory (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h1102 xmlDocDumpFormatMemory (xmlDocPtr cur,
/external/libxml2/
Dxmlsave.c2275 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in xmlDocDumpFormatMemory() function
Delfgcchack.h2926 #undef xmlDocDumpFormatMemory
2927 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpForma…
2929 #ifndef xmlDocDumpFormatMemory
2930 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibi…
2931 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro
Dxmllint.c2468 xmlDocDumpFormatMemory(doc, &result, &len, 1); in parseAndPrintFile()