Home
last modified time | relevance | path

Searched refs:htmlTagLookup (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h87 htmlTagLookup (const xmlChar *tag);
/external/libxml2/
DHTMLparser.c1214 htmlTagLookup(const xmlChar *tag) { in htmlTagLookup() function
1316 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()
DHTMLtree.c856 info = htmlTagLookup(cur->name); in htmlNodeDumpFormatOutput()
Delfgcchack.h786 #undef htmlTagLookup
787 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
789 #ifndef htmlTagLookup
790 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
791 #define htmlTagLookup htmlTagLookup__internal_alias macro