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

  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 126 #undef htmlCreateFileParserCtxt
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
    [all...]

Completed in 49 milliseconds