xmlCreateMemoryParserCtxt 6650 third_party/libxml/src/HTMLparser.c ctxt = xmlCreateMemoryParserCtxt(buffer, size); xmlCreateMemoryParserCtxt 2397 third_party/libxml/src/elfgcchack.h #undef xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt 2398 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias"))); xmlCreateMemoryParserCtxt 2400 third_party/libxml/src/elfgcchack.h #ifndef xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt 2401 third_party/libxml/src/elfgcchack.h extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden"))); xmlCreateMemoryParserCtxt 2402 third_party/libxml/src/elfgcchack.h #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias xmlCreateMemoryParserCtxt 297 third_party/libxml/src/include/libxml/parserInternals.h xmlCreateMemoryParserCtxt(const char *buffer, xmlCreateMemoryParserCtxt 12828 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt((char *) string, size); xmlCreateMemoryParserCtxt 13041 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen); xmlCreateMemoryParserCtxt 13248 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt((char *) string, size); xmlCreateMemoryParserCtxt 13887 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt(buffer, size); xmlCreateMemoryParserCtxt 13985 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt(buffer, size); xmlCreateMemoryParserCtxt 14032 third_party/libxml/src/parser.c return(xmlCreateMemoryParserCtxt((const char *)cur, len)); xmlCreateMemoryParserCtxt 14725 third_party/libxml/src/parser.c ctxt = xmlCreateMemoryParserCtxt(buffer, size); xmlCreateMemoryParserCtxt 449 third_party/libxml/src/testapi.c if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); xmlCreateMemoryParserCtxt 15956 third_party/libxml/src/testapi.c ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size);