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

  /external/libxml2/include/libxml/
HTMLparser.h 112 htmlCreateMemoryParserCtxt(const char *buffer,
  /external/libxml2/
libxml2.syms 1368 htmlCreateMemoryParserCtxt;
    [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...]
testapi.c 925 if (no == 1) return(htmlCreateMemoryParserCtxt("<html/>", 7));
    [all...]

Completed in 59 milliseconds