Searched refs:xmlDocDumpFormatMemory (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml_libxml2.c213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0);
/external/wpa_supplicant_8/src/utils/
H A Dxml_libxml2.c213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml_libxml2.c213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1103 xmlDocDumpFormatMemory (xmlDocPtr cur,
/external/libxml2/include/libxml/
H A Dtree.h1147 xmlDocDumpFormatMemory (xmlDocPtr cur,
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2261 * xmlDocDumpFormatMemory:
2274 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { function
H A Dxmllint.c2596 xmlDocDumpFormatMemory(doc, &result, &len, 1);
H A Delfgcchack.h2926 #undef xmlDocDumpFormatMemory macro
2927 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
2929 #ifndef xmlDocDumpFormatMemory
2930 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
2931 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro
H A Dtestapi.c19849 xmlDocDumpFormatMemory(cur, mem, size, format);
19857 printf("Leak of %d blocks found in xmlDocDumpFormatMemory",
[all...]
/external/libxml2/
H A Dxmllint.c2608 xmlDocDumpFormatMemory(doc, &result, &len, 1);
H A Dxmlsave.c2500 * xmlDocDumpFormatMemory:
2513 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { function
H A Delfgcchack.h3018 #undef xmlDocDumpFormatMemory macro
3019 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
3021 #ifndef xmlDocDumpFormatMemory
3022 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
3023 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro

Completed in 367 milliseconds