Home
last modified time | relevance | path

Searched refs:htmlFreeParserCtxt (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h167 htmlFreeParserCtxt (htmlParserCtxtPtr ctxt);
/external/libxml2/
DHTMLparser.c4817 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) in htmlFreeParserCtxt() function
4842 htmlFreeParserCtxt(ctxt); in htmlNewParserCtxt()
6107 htmlFreeParserCtxt(ctxt); in htmlSAXParseDoc()
6229 htmlFreeParserCtxt(ctxt); in htmlSAXParseFile()
Delfgcchack.h378 #undef htmlFreeParserCtxt
379 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__int…
381 #ifndef htmlFreeParserCtxt
382 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hi…
383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias macro
Dxmllint.c2208 htmlFreeParserCtxt(ctxt); in parseAndPrintFile()