Searched defs:htmlReadDoc (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5980 * htmlReadDoc:
5991 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function
H A Delfgcchack.h654 #undef htmlReadDoc macro
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

Completed in 373 milliseconds