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

/external/libxml2/
H A DHTMLparser.c4809 * htmlFreeParserCtxt:
4817 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) function
4842 htmlFreeParserCtxt(ctxt);
6107 htmlFreeParserCtxt(ctxt);
6229 htmlFreeParserCtxt(ctxt);
H A Delfgcchack.h378 #undef htmlFreeParserCtxt macro
379 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
381 #ifndef htmlFreeParserCtxt
382 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias macro

Completed in 50 milliseconds