htmlSaveFileFormat 1224 third_party/libxml/src/HTMLtree.c return(htmlSaveFileFormat(filename, cur, encoding, 1)); htmlSaveFileFormat 762 third_party/libxml/src/elfgcchack.h #undef htmlSaveFileFormat htmlSaveFileFormat 763 third_party/libxml/src/elfgcchack.h extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias"))); htmlSaveFileFormat 765 third_party/libxml/src/elfgcchack.h #ifndef htmlSaveFileFormat htmlSaveFileFormat 766 third_party/libxml/src/elfgcchack.h extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden"))); htmlSaveFileFormat 767 third_party/libxml/src/elfgcchack.h #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias htmlSaveFileFormat 108 third_party/libxml/src/include/libxml/HTMLtree.h htmlSaveFileFormat (const char *filename, htmlSaveFileFormat 3604 third_party/libxml/src/testapi.c ret_val = htmlSaveFileFormat(filename, cur, (const char *)encoding, format); htmlSaveFileFormat 2511 third_party/libxml/src/xmllint.c htmlSaveFileFormat(output ? output : "-", doc, encoding, 1); htmlSaveFileFormat 2514 third_party/libxml/src/xmllint.c htmlSaveFileFormat(output ? output : "-", doc, encoding, 0); htmlSaveFileFormat 2518 third_party/libxml/src/xmllint.c htmlSaveFileFormat(output ? output : "-", doc, NULL, 1);