HomeSort by relevance Sort by last modified time
    Searched refs:htmlCreateMemoryParserCtxt (Results 1 - 4 of 4) sorted by null

  /external/libxml2/include/libxml/
HTMLparser.h 112 htmlCreateMemoryParserCtxt(const char *buffer,
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 138 #undef htmlCreateMemoryParserCtxt
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
141 #ifndef htmlCreateMemoryParserCtxt
142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
    [all...]
parser.c     [all...]

Completed in 176 milliseconds