Searched refs:htmlReadMemory (Results 1 – 11 of 11) sorted by relevance
| /third_party/libxml2/fuzz/ |
| D | html.c | 45 doc = htmlReadMemory(docBuffer, docSize, NULL, NULL, opts); in LLVMFuzzerTestOneInput()
|
| /third_party/libxml2/include/libxml/ |
| D | HTMLparser.h | 206 htmlReadMemory (const char *buffer,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | HTMLparser.rpgle | 294 d htmlReadMemory pr extproc('htmlReadMemory')
|
| /third_party/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 | 2258 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
|
| D | HTMLparser.c | 6976 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function
|
| D | NEWS | 2285 htmlReadMemory init (William), a posteriori validation DTD base
|
| D | testapi.c | 914 if (no == 1) return(htmlReadMemory("<html/>", 7, "test", NULL, 0)); in gen_htmlDocPtr() 2643 ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options); in test_htmlReadMemory()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 393 htmlReadMemory
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 76177 - * xmllint.c: added --html --memory to test htmlReadMemory to 80970 - * HTMLparser.c: fixed initialisation problem for htmlReadMemory 101687 -#undef htmlReadMemory 101688 -extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias… 101690 -#ifndef htmlReadMemory 101691 -extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden"))… 101692 -#define htmlReadMemory htmlReadMemory__internal_alias
|