Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h224 htmlCtxtReadDoc (xmlParserCtxtPtr ctxt,
/external/libxml2/
Delfgcchack.h162 #undef htmlCtxtReadDoc
163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_ali…
165 #ifndef htmlCtxtReadDoc
166 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")…
167 #define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias macro
DHTMLparser.c6771 htmlCtxtReadDoc(htmlParserCtxtPtr ctxt, const xmlChar * cur, in htmlCtxtReadDoc() function