Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h206 htmlReadMemory (const char *buffer,
/external/libxml2/
Delfgcchack.h702 #undef htmlReadMemory
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
Dxmllint.c2227 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
DHTMLparser.c6659 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function