htmlCreateMemoryParserCtxt 4905 third_party/libxml/src/HTMLparser.c     ctxt = htmlCreateMemoryParserCtxt((char *)cur, len);
htmlCreateMemoryParserCtxt  138 third_party/libxml/src/elfgcchack.h #undef htmlCreateMemoryParserCtxt
htmlCreateMemoryParserCtxt  139 third_party/libxml/src/elfgcchack.h extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
htmlCreateMemoryParserCtxt  141 third_party/libxml/src/elfgcchack.h #ifndef htmlCreateMemoryParserCtxt
htmlCreateMemoryParserCtxt  142 third_party/libxml/src/elfgcchack.h extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
htmlCreateMemoryParserCtxt  143 third_party/libxml/src/elfgcchack.h #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
htmlCreateMemoryParserCtxt  112 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlCreateMemoryParserCtxt(const char *buffer,
htmlCreateMemoryParserCtxt 13044 third_party/libxml/src/parser.c 	ctxt = htmlCreateMemoryParserCtxt((char *) data, datalen);
htmlCreateMemoryParserCtxt  929 third_party/libxml/src/testapi.c     if (no == 1) return(htmlCreateMemoryParserCtxt("<html/>", 7));
htmlCreateMemoryParserCtxt 1488 third_party/libxml/src/testapi.c         ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size);