Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 9 of 9) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | parserInternals.h | 330 xmlCreateMemoryParserCtxt(const char *buffer,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 115 d xmlCreateMemoryParserCtxt... 116 d pr extproc('xmlCreateMemoryParserCtxt')
|
/third_party/libxml2/ |
D | libxml2.syms | 136 xmlCreateMemoryParserCtxt;
|
D | parser.c | 13335 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryInternal() 13549 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext() 13758 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryRecover() 14344 xmlCreateMemoryParserCtxt(const char *buffer, int size) { in xmlCreateMemoryParserCtxt() function 14408 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXParseMemoryWithData() 14506 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXUserParseMemory() 14553 return(xmlCreateMemoryParserCtxt((const char *)cur, len)); in xmlCreateDocParserCtxt() 15262 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlReadMemory()
|
D | elfgcchack.h | 2469 #undef xmlCreateMemoryParserCtxt 2470 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreate… 2472 #ifndef xmlCreateMemoryParserCtxt 2473 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((… 2474 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias macro
|
D | HTMLparser.c | 6981 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in htmlReadMemory()
|
D | testapi.c | 447 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr() 16056 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 711 xmlCreateMemoryParserCtxt
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 87048 - xmlCreateMemoryParserCtxt 103454 -#undef xmlCreateMemoryParserCtxt 103455 -extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreat… 103457 -#ifndef xmlCreateMemoryParserCtxt 103458 -extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute(… 103459 -#define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
|