Searched refs:htmlFreeParserCtxt (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLparser.h167 htmlFreeParserCtxt (htmlParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4313 * htmlFreeParserCtxt:
4321 htmlFreeParserCtxt(htmlParserCtxtPtr ctxt) function
4346 htmlFreeParserCtxt(ctxt);
5505 htmlFreeParserCtxt(ctxt);
5627 htmlFreeParserCtxt(ctxt);
H A Dxmllint.c2095 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
H A Dtestapi.c915 htmlFreeParserCtxt(val);
919 htmlFreeParserCtxt(val);
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c14436 if (!PyArg_ParseTuple(args, (char *)"O:htmlFreeParserCtxt", &pyobj_ctxt))
14440 htmlFreeParserCtxt(ctxt);

Completed in 310 milliseconds