Searched refs:xmlCtxtReadMemory (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A Dparser.h1167 xmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A Dlibxml2.syms1558 xmlCtxtReadMemory;
H A Dxmllint.c2367 doc = xmlCtxtReadMemory(rectxt, (char *) base, info.st_size,
H A Delfgcchack.h2561 #undef xmlCtxtReadMemory macro
2562 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
2564 #ifndef xmlCtxtReadMemory
2565 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
2566 #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias macro
H A Dparser.c15545 * xmlCtxtReadMemory:
15559 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, function
H A Dxmlschemas.c10553 doc = xmlCtxtReadMemory(parserCtxt, schemaBuffer, schemaBufferLen,
H A Dtestapi.c12909 ret_val = xmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
12920 printf("Leak of %d blocks found in xmlCtxtReadMemory",
[all...]

Completed in 380 milliseconds