Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 7 of 7) 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 | 13343 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryInternal() 13557 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen); in xmlParseInNodeContext() 13766 ctxt = xmlCreateMemoryParserCtxt((char *) string, size); in xmlParseBalancedChunkMemoryRecover() 14352 xmlCreateMemoryParserCtxt(const char *buffer, int size) { in xmlCreateMemoryParserCtxt() function 14416 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXParseMemoryWithData() 14514 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlSAXUserParseMemory() 14561 return(xmlCreateMemoryParserCtxt((const char *)cur, len)); in xmlCreateDocParserCtxt() 15270 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in xmlReadMemory()
|
| D | HTMLparser.c | 6979 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in htmlReadMemory()
|
| D | testapi.c | 450 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr() 15850 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
|
| /external/libxml2/win32/ |
| D | libxml2.def.src | 711 xmlCreateMemoryParserCtxt
|