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

  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 582 #undef htmlParseChunk
583 extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
585 #ifndef htmlParseChunk
586 extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
587 #define htmlParseChunk htmlParseChunk__internal_alias
    [all...]

Completed in 228 milliseconds