Searched refs:htmlTagLookup (Results 1 – 4 of 4) sorted by relevance
87 htmlTagLookup (const xmlChar *tag);
1214 htmlTagLookup(const xmlChar *tag) { in htmlTagLookup() function1316 info = htmlTagLookup(ctxt->name); in htmlAutoCloseOnClose()4180 info = htmlTagLookup(name); in htmlParseElement()4327 info = htmlTagLookup(name); in htmlParseElementInternal()5507 info = htmlTagLookup(name); in htmlParseTryOrFinish()6367 htmlTagLookup(node->parent->name) , node->name in htmlNodeStatus()6370 htmlTagLookup(node->parent->name) , in htmlNodeStatus()6371 htmlTagLookup(node->name) ) in htmlNodeStatus()6375 htmlTagLookup(node->parent->name) , node->name, legacy) ; in htmlNodeStatus()
856 info = htmlTagLookup(cur->name); in htmlNodeDumpFormatOutput()
786 #undef htmlTagLookup787 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));789 #ifndef htmlTagLookup790 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));791 #define htmlTagLookup htmlTagLookup__internal_alias macro