Searched refs:xmlDocDumpFormatMemory (Results 1 – 15 of 15) sorted by relevance
/third_party/libxml2/doc/examples/ |
D | io2.c | 36 xmlDocDumpFormatMemory(doc, &xmlbuff, &buffersize, 1); in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | xml_libxml2.c | 213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0); in xml_node_to_str()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | xml_libxml2.c | 213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0); in xml_node_to_str()
|
/third_party/libxml2/include/libxml/ |
D | tree.h | 1155 xmlDocDumpFormatMemory (xmlDocPtr cur,
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | tree.in.h | 1184 xmlDocDumpFormatMemory (xmlDocPtr cur,
|
D | xmlsave.c | 2534 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in xmlDocDumpFormatMemory() function
|
D | elfgcchack.h | 3049 #undef xmlDocDumpFormatMemory 3050 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpForma… 3052 #ifndef xmlDocDumpFormatMemory 3053 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibi… 3054 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro
|
/third_party/libxml2/ |
D | libxml2.syms | 940 xmlDocDumpFormatMemory;
|
D | xmlsave.c | 2464 xmlDocDumpFormatMemory(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in xmlDocDumpFormatMemory() function
|
D | elfgcchack.h | 3018 #undef xmlDocDumpFormatMemory 3019 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpForma… 3021 #ifndef xmlDocDumpFormatMemory 3022 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibi… 3023 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias macro
|
D | xmllint.c | 2653 xmlDocDumpFormatMemory(doc, &result, &len, 1); in parseAndPrintFile()
|
D | testapi.c | 20133 xmlDocDumpFormatMemory(cur, mem, size, format); in test_xmlDocDumpFormatMemory()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1461 d xmlDocDumpFormatMemory... 1462 d pr extproc('xmlDocDumpFormatMemory')
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 786 xmlDocDumpFormatMemory
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 92260 - * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and 104003 -#undef xmlDocDumpFormatMemory 104004 -extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpForm… 104006 -#ifndef xmlDocDumpFormatMemory 104007 -extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visib… 104008 -#define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
|