Searched refs:htmlCtxtReadMemory (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLparser.h232 htmlCtxtReadMemory (xmlParserCtxtPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h210 #undef htmlCtxtReadMemory macro
211 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias")));
213 #ifndef htmlCtxtReadMemory
214 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
215 #define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias macro
H A DHTMLparser.c6206 * htmlCtxtReadMemory:
6220 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, function
H A Dtestapi.c1702 ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
1713 printf("Leak of %d blocks found in htmlCtxtReadMemory",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10591 if (!PyArg_ParseTuple(args, (char *)"Ot#izzi:htmlCtxtReadMemory", &pyobj_ctxt, &buffer, &py_buffsize0, &size, &URL, &encoding, &options))
10595 c_retval = htmlCtxtReadMemory(ctxt, buffer, size, URL, encoding, options);

Completed in 326 milliseconds