htmlElementAllowedHere 6299 third_party/libxml/src/HTMLparser.c   if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) )
htmlElementAllowedHere 6361 third_party/libxml/src/HTMLparser.c 	? ( htmlElementAllowedHere (
htmlElementAllowedHere  318 third_party/libxml/src/elfgcchack.h #undef htmlElementAllowedHere
htmlElementAllowedHere  319 third_party/libxml/src/elfgcchack.h extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
htmlElementAllowedHere  321 third_party/libxml/src/elfgcchack.h #ifndef htmlElementAllowedHere
htmlElementAllowedHere  322 third_party/libxml/src/elfgcchack.h extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
htmlElementAllowedHere  323 third_party/libxml/src/elfgcchack.h #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
htmlElementAllowedHere  268 third_party/libxml/src/include/libxml/HTMLparser.h XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
htmlElementAllowedHere  289 third_party/libxml/src/include/libxml/HTMLparser.h 	htmlElementAllowedHere((parent), (elt)->name)
htmlElementAllowedHere 1855 third_party/libxml/src/testapi.c         ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt);