Home
last modified time | relevance | path

Searched refs:htmlSaveFile (Results 1 – 12 of 12) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h87 htmlSaveFile (const char *filename,
/external/chromium_org/third_party/libxml/src/include/libxml/
DHTMLtree.h87 htmlSaveFile (const char *filename,
/external/libxml2/
DHTMLtree.c1094 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile() function
DdebugXML.c2533 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellWrite()
2601 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellSave()
Delfgcchack.h738 #undef htmlSaveFile
739 extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
741 #ifndef htmlSaveFile
742 extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
743 #define htmlSaveFile htmlSaveFile__internal_alias macro
Dxmllint.c2511 htmlSaveFile(output ? output : "-", doc); in parseAndPrintFile()
/external/chromium_org/third_party/libxml/src/
DHTMLtree.c1096 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile() function
DdebugXML.c2532 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellWrite()
2600 if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { in xmlShellSave()
Delfgcchack.h738 #undef htmlSaveFile
739 extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
741 #ifndef htmlSaveFile
742 extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
743 #define htmlSaveFile htmlSaveFile__internal_alias macro
Dxmllint.c2507 htmlSaveFile(output ? output : "-", doc); in parseAndPrintFile()
Dtestapi.c3507 ret_val = htmlSaveFile(filename, cur); in test_htmlSaveFile()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src402 htmlSaveFile