Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 330 xmlCreateMemoryParserCtxt(const char *buffer,
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 115 d xmlCreateMemoryParserCtxt... 116 d pr extproc('xmlCreateMemoryParserCtxt')
|
/external/libxml2/ |
D | libxml2.syms | 136 xmlCreateMemoryParserCtxt;
|
D | parser.c | 13367 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryInternal() 13581 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext() 13790 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryRecover() 14369 xmlCreateMemoryParserCtxt(const char *buffer, int size) { in xmlCreateMemoryParserCtxt() function 14433 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXParseMemoryWithData() 14531 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXUserParseMemory() 14578 return(xmlCreateMemoryParserCtxt((const char *)cur, len)); in xmlCreateDocParserCtxt() 15279 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 | 6870 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in htmlReadMemory()
|
D | testapi.c | 445 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr() 16054 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
|
D | ChangeLog | 12453 xmlCreateMemoryParserCtxt
|
/external/libxml2/win32/ |
D | libxml2.def.src | 711 xmlCreateMemoryParserCtxt
|