htmlSaveFile 2532 third_party/libxml/src/debugXML.c if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { htmlSaveFile 2600 third_party/libxml/src/debugXML.c if (htmlSaveFile((char *) filename, ctxt->doc) < 0) { htmlSaveFile 738 third_party/libxml/src/elfgcchack.h #undef htmlSaveFile htmlSaveFile 739 third_party/libxml/src/elfgcchack.h extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias"))); htmlSaveFile 741 third_party/libxml/src/elfgcchack.h #ifndef htmlSaveFile htmlSaveFile 742 third_party/libxml/src/elfgcchack.h extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden"))); htmlSaveFile 743 third_party/libxml/src/elfgcchack.h #define htmlSaveFile htmlSaveFile__internal_alias htmlSaveFile 87 third_party/libxml/src/include/libxml/HTMLtree.h htmlSaveFile (const char *filename, htmlSaveFile 3507 third_party/libxml/src/testapi.c ret_val = htmlSaveFile(filename, cur); htmlSaveFile 2507 third_party/libxml/src/xmllint.c htmlSaveFile(output ? output : "-", doc);