Searched refs:htmlReadMemory (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h203 htmlReadMemory (const char *buffer,
/external/libxml2/
H A Dxmllint.c2115 doc = htmlReadMemory((char *) base, info.st_size, filename,
H A Delfgcchack.h702 #undef htmlReadMemory macro
703 extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
705 #ifndef htmlReadMemory
706 extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
707 #define htmlReadMemory htmlReadMemory__internal_alias macro
H A DHTMLparser.c6074 * htmlReadMemory:
6086 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) function

Completed in 109 milliseconds