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

  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 642 #undef htmlParseFile
643 extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
645 #ifndef htmlParseFile
646 extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
647 #define htmlParseFile htmlParseFile__internal_alias
    [all...]

Completed in 100 milliseconds