Home
last modified time | relevance | path

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

/third_party/libxml2/fuzz/
Dhtml.c45 doc = htmlReadMemory(docBuffer, docSize, NULL, NULL, opts); in LLVMFuzzerTestOneInput()
/third_party/libxml2/include/libxml/
DHTMLparser.h206 htmlReadMemory (const char *buffer,
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle294 d htmlReadMemory pr extproc('htmlReadMemory')
/third_party/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.c2258 doc = htmlReadMemory((char *) base, info.st_size, filename, in parseAndPrintFile()
DHTMLparser.c6976 htmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) in htmlReadMemory() function
DNEWS2285 htmlReadMemory init (William), a posteriori validation DTD base
Dtestapi.c914 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/
Dlibxml2.def.src393 htmlReadMemory
/third_party/chromium/patch/
D0001-cve.patch76177 - * 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