Searched refs:xmlSaveFile (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/ |
D | debugXML.c | 2529 if (xmlSaveFile((char *) filename, ctxt->doc) < -1) { in xmlShellWrite() 2543 if (xmlSaveFile((char *) filename, ctxt->doc) < -1) { in xmlShellWrite() 2598 if (xmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellSave() 2610 if (xmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellSave()
|
D | runtest.c | 1761 xmlSaveFile(temp, doc); in oldParseTest() 1777 xmlSaveFile(temp, doc); in oldParseTest() 1968 xmlSaveFile(temp, doc); in noentParseTest() 1980 xmlSaveFile(temp, doc); in noentParseTest()
|
D | libxml2.syms | 1021 xmlSaveFile;
|
D | xmlsave.c | 2781 xmlSaveFile(const char *filename, xmlDocPtr cur) { in xmlSaveFile() function
|
D | elfgcchack.h | 9322 #undef xmlSaveFile 9323 extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias"))); 9325 #ifndef xmlSaveFile 9326 extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden"))); 9327 #define xmlSaveFile xmlSaveFile__internal_alias macro
|
D | xmllint.c | 2644 xmlSaveFile(output ? output : "-", doc); in parseAndPrintFile()
|
D | ChangeLog | 17593 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from 19340 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump. 19626 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
|
D | testapi.c | 23081 ret_val = xmlSaveFile(filename, cur); in test_xmlSaveFile()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1186 xmlSaveFile (const char *filename,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1473 d xmlSaveFile pr 10i 0 extproc('xmlSaveFile')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1607 xmlSaveFile
|