htmlReadFile 678 third_party/libxml/src/elfgcchack.h #undef htmlReadFile htmlReadFile 679 third_party/libxml/src/elfgcchack.h extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias"))); htmlReadFile 681 third_party/libxml/src/elfgcchack.h #ifndef htmlReadFile htmlReadFile 682 third_party/libxml/src/elfgcchack.h extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden"))); htmlReadFile 683 third_party/libxml/src/elfgcchack.h #define htmlReadFile htmlReadFile__internal_alias htmlReadFile 200 third_party/libxml/src/include/libxml/HTMLparser.h htmlReadFile (const char *URL, htmlReadFile 2014 third_party/libxml/src/runtest.c doc = htmlReadFile(filename, NULL, options); htmlReadFile 750 third_party/libxml/src/testHTML.c doc = htmlReadFile(filename, NULL, options); htmlReadFile 753 third_party/libxml/src/testHTML.c doc = htmlReadFile(filename,NULL,options); htmlReadFile 2573 third_party/libxml/src/testapi.c ret_val = htmlReadFile(filename, (const char *)encoding, options); htmlReadFile 2231 third_party/libxml/src/xmllint.c doc = htmlReadFile(filename, NULL, options);