Home
last modified time | relevance | path

Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h330 xmlCreateMemoryParserCtxt(const char *buffer,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle115 d xmlCreateMemoryParserCtxt...
116 d pr extproc('xmlCreateMemoryParserCtxt')
/external/libxml2/
Dlibxml2.syms136 xmlCreateMemoryParserCtxt;
Dparser.c13343 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()
DHTMLparser.c6979 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in htmlReadMemory()
Dtestapi.c450 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr()
15850 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
/external/libxml2/win32/
Dlibxml2.def.src711 xmlCreateMemoryParserCtxt