Searched refs:xmlSaveFormatFile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h1137 xmlSaveFormatFile (const char *filename,
/external/libxml2/include/libxml/
H A Dtree.h1181 xmlSaveFormatFile (const char *filename,
/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2513 * xmlSaveFormatFile:
2527 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { function
H A Dxmllint.c2628 ret = xmlSaveFormatFile(output ? output : "-", doc, 1);
H A Delfgcchack.h9244 #undef xmlSaveFormatFile macro
9245 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
9247 #ifndef xmlSaveFormatFile
9248 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
9249 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias macro
H A Dtestapi.c23034 ret_val = xmlSaveFormatFile(filename, cur, format);
23042 printf("Leak of %d blocks found in xmlSaveFormatFile",
[all...]
/external/libxml2/
H A Dxmllint.c2642 ret = xmlSaveFormatFile(output ? output : "-", doc, 1);
H A Dxmlsave.c2752 * xmlSaveFormatFile:
2766 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { function
H A Delfgcchack.h9370 #undef xmlSaveFormatFile macro
9371 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
9373 #ifndef xmlSaveFormatFile
9374 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
9375 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias macro

Completed in 2083 milliseconds