Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h106 htmlParseElement(htmlParserCtxtPtr ctxt);
/external/libxml2/
Delfgcchack.h618 #undef htmlParseElement
619 extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_…
621 #ifndef htmlParseElement
622 extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden…
623 #define htmlParseElement htmlParseElement__internal_alias macro
DHTMLparser.c4091 htmlParseElement(ctxt); in htmlParseContent()
4144 htmlParseElement(htmlParserCtxtPtr ctxt) { in htmlParseElement() function