Searched refs:htmlParseElement (Results 1 – 3 of 3) sorted by relevance
106 htmlParseElement(htmlParserCtxtPtr ctxt);
618 #undef htmlParseElement619 extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_…621 #ifndef htmlParseElement622 extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden…623 #define htmlParseElement htmlParseElement__internal_alias macro
4091 htmlParseElement(ctxt); in htmlParseContent()4144 htmlParseElement(htmlParserCtxtPtr ctxt) { in htmlParseElement() function