Searched refs:xmlSaveFormatFile (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | tree.h | 1137 xmlSaveFormatFile (const char *filename,
|
/external/libxml2/include/libxml/ |
D | tree.h | 1181 xmlSaveFormatFile (const char *filename,
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlsave.c | 2527 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { in xmlSaveFormatFile() function
|
D | elfgcchack.h | 9244 #undef xmlSaveFormatFile 9245 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__intern… 9247 #ifndef xmlSaveFormatFile 9248 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidd… 9249 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias macro
|
D | xmllint.c | 2628 ret = xmlSaveFormatFile(output ? output : "-", doc, 1); in parseAndPrintFile()
|
D | NEWS | 1598 - added xmlSaveFormatFile()
|
D | testapi.c | 23034 ret_val = xmlSaveFormatFile(filename, cur, format); in test_xmlSaveFormatFile()
|
D | ChangeLog | 16768 * tree.[ch]: added xmlSaveFormatFile interface for saving
|
/external/libxml2/ |
D | xmlsave.c | 2766 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { in xmlSaveFormatFile() function
|
D | elfgcchack.h | 9370 #undef xmlSaveFormatFile 9371 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__intern… 9373 #ifndef xmlSaveFormatFile 9374 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidd… 9375 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias macro
|
D | xmllint.c | 2642 ret = xmlSaveFormatFile(output ? output : "-", doc, 1); in parseAndPrintFile()
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 1599 xmlSaveFormatFile
|