htmlTagLookup    1316 third_party/libxml/src/HTMLparser.c         info = htmlTagLookup(ctxt->name);
htmlTagLookup    4175 third_party/libxml/src/HTMLparser.c     info = htmlTagLookup(name);
htmlTagLookup    4322 third_party/libxml/src/HTMLparser.c     info = htmlTagLookup(name);
htmlTagLookup    5502 third_party/libxml/src/HTMLparser.c 		info = htmlTagLookup(name);
htmlTagLookup    6362 third_party/libxml/src/HTMLparser.c 		htmlTagLookup(node->parent->name) , node->name
htmlTagLookup    6365 third_party/libxml/src/HTMLparser.c 		htmlTagLookup(node->parent->name) ,
htmlTagLookup    6366 third_party/libxml/src/HTMLparser.c 		htmlTagLookup(node->name) )
htmlTagLookup    6370 third_party/libxml/src/HTMLparser.c 	htmlTagLookup(node->parent->name) , node->name, legacy) ;
htmlTagLookup     858 third_party/libxml/src/HTMLtree.c 	info = htmlTagLookup(cur->name);
htmlTagLookup     786 third_party/libxml/src/elfgcchack.h #undef htmlTagLookup
htmlTagLookup     787 third_party/libxml/src/elfgcchack.h extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
htmlTagLookup     789 third_party/libxml/src/elfgcchack.h #ifndef htmlTagLookup
htmlTagLookup     790 third_party/libxml/src/elfgcchack.h extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
htmlTagLookup     791 third_party/libxml/src/elfgcchack.h #define htmlTagLookup htmlTagLookup__internal_alias
htmlTagLookup      87 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlTagLookup	(const xmlChar *tag);