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

  /external/libxml2/
HTMLparser.c     [all...]
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 90 milliseconds