Home
last modified time | relevance | path

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

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