Home
last modified time | relevance | path

Searched refs:htmlReadDoc (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/include/libxml/
DHTMLparser.h197 htmlReadDoc (const xmlChar *cur,
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle281 d htmlReadDoc pr extproc('htmlReadDoc')
/third_party/libxml2/
Dlibxml2.syms1530 htmlReadDoc;
Delfgcchack.h654 #undef htmlReadDoc
655 extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
657 #ifndef htmlReadDoc
658 extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
659 #define htmlReadDoc htmlReadDoc__internal_alias macro
DHTMLparser.c6927 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in htmlReadDoc() function
DNEWS1944 htmlReadDoc and htmlReadIO were broken, error handling bug in
Dtestapi.c2533 ret_val = htmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_htmlReadDoc()
/third_party/libxml2/win32/
Dlibxml2.def.src381 htmlReadDoc
/third_party/chromium/patch/
D0001-cve.patch76117 - * HTMLparser.c: fixed the 2 stupid bugs affecting htmlReadDoc() and
101639 -#undef htmlReadDoc
101640 -extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
101642 -#ifndef htmlReadDoc
101643 -extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
101644 -#define htmlReadDoc htmlReadDoc__internal_alias