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

/external/libxml2/include/libxml/
H A DHTMLparser.h106 htmlParseElement(htmlParserCtxtPtr ctxt);
/external/libxml2/
H A DHTMLparser.c3929 htmlParseElement(ctxt);
3983 * htmlParseElement:
3994 htmlParseElement(htmlParserCtxtPtr ctxt) { function
4005 "htmlParseElement: context error\n", NULL, NULL);
H A Delfgcchack.h618 #undef htmlParseElement macro
619 extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias")));
621 #ifndef htmlParseElement
622 extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden")));
623 #define htmlParseElement htmlParseElement__internal_alias macro

Completed in 96 milliseconds