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

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c4804 * htmlFreeParserCtxt:
4812 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) function
4837 htmlFreeParserCtxt(ctxt);
6102 htmlFreeParserCtxt(ctxt);
6224 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
/external/libxml2/
H A DHTMLparser.c4881 * htmlFreeParserCtxt:
4889 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) function
4914 htmlFreeParserCtxt(ctxt);
6221 htmlFreeParserCtxt(ctxt);
6343 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 1670 milliseconds