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

/external/libxml2/include/libxml/
H A DHTMLparser.h206 htmlReadMemory (const char *buffer,
/external/libxml2/
H A Dlibxml2.syms1534 htmlReadMemory;
H A Dxmllint.c2240 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.c6769 * htmlReadMemory:
6781 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) function
H A Dtestapi.c911 if (no == 1) return(htmlReadMemory("<html/>", 7, "test", NULL, 0));
2625 ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
2635 printf("Leak of %d blocks found in htmlReadMemory",
[all...]

Completed in 250 milliseconds