Searched refs:htmlSaveFile (Results 1 – 5 of 5) sorted by relevance
87 htmlSaveFile (const char *filename,
1094 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile() function
2533 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellWrite()2601 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellSave()
738 #undef htmlSaveFile739 extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));741 #ifndef htmlSaveFile742 extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));743 #define htmlSaveFile htmlSaveFile__internal_alias macro
2511 htmlSaveFile(output ? output : "-", doc); in parseAndPrintFile()