Searched refs:htmlReadMemory (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 206 htmlReadMemory (const char *buffer,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 281 d htmlReadMemory pr extproc('htmlReadMemory')
|
/external/libxml2/ |
D | libxml2.syms | 1534 htmlReadMemory;
|
D | elfgcchack.h | 702 #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
|
D | xmllint.c | 2240 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
|
D | HTMLparser.c | 6781 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function
|
D | NEWS | 1359 htmlReadMemory init (William), a posteriori validation DTD base
|
D | testapi.c | 911 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()
|
D | ChangeLog | 1582 * xmllint.c: added --html --memory to test htmlReadMemory to 6375 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
|
/external/libxml2/win32/ |
D | libxml2.def.src | 393 htmlReadMemory
|