Home
last modified time | relevance | path

Searched refs:xmlCreateMemoryParserCtxt (Results 1 – 9 of 9) 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.c13367 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()
Delfgcchack.h2469 #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
DHTMLparser.c6870 ctxt = xmlCreateMemoryParserCtxt(buffer, size); in htmlReadMemory()
Dtestapi.c445 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6)); in gen_xmlParserCtxtPtr()
16054 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size); in test_xmlCreateMemoryParserCtxt()
DChangeLog12453 xmlCreateMemoryParserCtxt
/external/libxml2/win32/
Dlibxml2.def.src711 xmlCreateMemoryParserCtxt