HomeSort by relevance Sort by last modified time
    Searched refs:htmlTagLookup (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
HTMLparser.h 87 htmlTagLookup (const xmlChar *tag);
  /external/libxml2/
HTMLparser.c     [all...]
HTMLtree.c 856 info = htmlTagLookup(cur->name);
elfgcchack.h 786 #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
    [all...]

Completed in 399 milliseconds