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

  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 594 #undef htmlParseDoc
595 extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
597 #ifndef htmlParseDoc
598 extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
599 #define htmlParseDoc htmlParseDoc__internal_alias
    [all...]

Completed in 151 milliseconds