Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h206 htmlReadMemory (const char *buffer,
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle281 d htmlReadMemory pr extproc('htmlReadMemory')
/external/libxml2/
Dlibxml2.syms1534 htmlReadMemory;
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.c2240 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
DHTMLparser.c6781 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function
DNEWS1359 htmlReadMemory init (William), a posteriori validation DTD base
Dtestapi.c911 if (no == 1) return(htmlReadMemory("<html/>", 7, "test", NULL, 0)); in gen_htmlDocPtr()
2625 ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options); in test_htmlReadMemory()
DChangeLog1582 * xmllint.c: added --html --memory to test htmlReadMemory to
6375 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
/external/libxml2/win32/
Dlibxml2.def.src393 htmlReadMemory