Searched refs:htmlReadDoc (Results 1 – 9 of 9) sorted by relevance
197 htmlReadDoc (const xmlChar *cur,
281 d htmlReadDoc pr extproc('htmlReadDoc')
1530 htmlReadDoc;
654 #undef htmlReadDoc655 extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));657 #ifndef htmlReadDoc658 extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));659 #define htmlReadDoc htmlReadDoc__internal_alias macro
6927 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) in htmlReadDoc() function
1944 htmlReadDoc and htmlReadIO were broken, error handling bug in
2533 ret_val = htmlReadDoc((const xmlChar *)cur, URL, (const char *)encoding, options); in test_htmlReadDoc()
381 htmlReadDoc
76117 - * HTMLparser.c: fixed the 2 stupid bugs affecting htmlReadDoc() and101639 -#undef htmlReadDoc101640 -extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));101642 -#ifndef htmlReadDoc101643 -extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));101644 -#define htmlReadDoc htmlReadDoc__internal_alias