htmlAutoCloseTag 1405 third_party/libxml/src/HTMLparser.c if (htmlAutoCloseTag(doc, name, child)) return(1); htmlAutoCloseTag 1429 third_party/libxml/src/HTMLparser.c if (htmlAutoCloseTag(doc, elem->name, child)) return(1); htmlAutoCloseTag 114 third_party/libxml/src/elfgcchack.h #undef htmlAutoCloseTag htmlAutoCloseTag 115 third_party/libxml/src/elfgcchack.h extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias"))); htmlAutoCloseTag 117 third_party/libxml/src/elfgcchack.h #ifndef htmlAutoCloseTag htmlAutoCloseTag 118 third_party/libxml/src/elfgcchack.h extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden"))); htmlAutoCloseTag 119 third_party/libxml/src/elfgcchack.h #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias htmlAutoCloseTag 97 third_party/libxml/src/include/libxml/HTMLparser.h htmlAutoCloseTag(htmlDocPtr doc, htmlAutoCloseTag 1444 third_party/libxml/src/testapi.c ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);