Searched defs:htmlParseElement (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c3906 htmlParseElement(ctxt);
3960 * htmlParseElement:
3971 htmlParseElement(htmlParserCtxtPtr ctxt) { function
3982 "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 87 milliseconds