Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 8 of 8) 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 | 13626 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryInternal() 13839 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext() 14047 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryRecover() 14620 xmlCreateMemoryParserCtxt(const char *buffer, int size) { in xmlCreateMemoryParserCtxt() function 14684 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXParseMemoryWithData() 14782 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXUserParseMemory() 14829 return(xmlCreateMemoryParserCtxt((const char *)cur, len)); in xmlCreateDocParserCtxt() 15530 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 | testapi.c | 445 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr() 15952 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
|
D | ChangeLog | 12453 xmlCreateMemoryParserCtxt
|
/external/libxml2/win32/ |
D | libxml2.def.src | 711 xmlCreateMemoryParserCtxt
|