htmlAttrAllowed  6369 third_party/libxml/src/HTMLparser.c       return htmlAttrAllowed(
htmlAttrAllowed   102 third_party/libxml/src/elfgcchack.h #undef htmlAttrAllowed
htmlAttrAllowed   103 third_party/libxml/src/elfgcchack.h extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
htmlAttrAllowed   105 third_party/libxml/src/elfgcchack.h #ifndef htmlAttrAllowed
htmlAttrAllowed   106 third_party/libxml/src/elfgcchack.h extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
htmlAttrAllowed   107 third_party/libxml/src/elfgcchack.h #define htmlAttrAllowed htmlAttrAllowed__internal_alias
htmlAttrAllowed   267 third_party/libxml/src/include/libxml/HTMLparser.h XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
htmlAttrAllowed  1386 third_party/libxml/src/testapi.c         ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy);