Searched refs:htmlReadMemory (Results 1 – 4 of 4) sorted by relevance
206 htmlReadMemory (const char *buffer,
702 #undef htmlReadMemory703 extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias"…705 #ifndef htmlReadMemory706 extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));707 #define htmlReadMemory htmlReadMemory__internal_alias macro
2227 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
6659 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function