Searched refs:htmlReadDoc (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h197 htmlReadDoc (const xmlChar *cur,
/external/libxml2/
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
H A DHTMLparser.c6599 * htmlReadDoc:
6610 htmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) function

Completed in 122 milliseconds