Searched defs:htmlCtxtReadMemory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c6206 * htmlCtxtReadMemory:
6220 htmlCtxtReadMemory(htmlParserCtxtPtr ctxt, const char *buffer, int size, function
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

Completed in 79 milliseconds