Searched refs:xmlFreeParserCtxt (Results 1 - 23 of 23) sorted by relevance

/external/libxml2/doc/examples/
H A Dparse2.c47 xmlFreeParserCtxt(ctxt);
H A Dparse4.c94 xmlFreeParserCtxt(ctxt);
/external/libxml2/
H A DDOCBparser.c95 xmlFreeParserCtxt(ctxt);
H A Dtestrecurse.c694 xmlFreeParserCtxt(ctxt);
698 xmlFreeParserCtxt(ctxt);
733 xmlFreeParserCtxt(ctxt);
737 xmlFreeParserCtxt(ctxt);
H A Drunxmlconf.c208 xmlFreeParserCtxt(ctxt);
240 xmlFreeParserCtxt(ctxt);
H A Dtestchar.c240 xmlFreeParserCtxt(ctxt);
584 xmlFreeParserCtxt(ctxt);
H A Dparser.c12503 xmlFreeParserCtxt(ctxt);
12515 xmlFreeParserCtxt(ctxt);
12534 xmlFreeParserCtxt(ctxt);
12545 xmlFreeParserCtxt(ctxt);
12644 xmlFreeParserCtxt(ctxt);
12658 xmlFreeParserCtxt(ctxt);
12724 xmlFreeParserCtxt(ctxt);
12733 xmlFreeParserCtxt(ctxt);
12800 xmlFreeParserCtxt(ctxt);
12850 xmlFreeParserCtxt(ctx
[all...]
H A DtestSAX.c1033 xmlFreeParserCtxt(ctxt);
1066 xmlFreeParserCtxt(ctxt);
H A DHTMLparser.c4891 xmlFreeParserCtxt(ctxt);
4949 xmlFreeParserCtxt(ctxt);
6149 xmlFreeParserCtxt(ctxt);
6276 xmlFreeParserCtxt(ctxt);
6283 xmlFreeParserCtxt(ctxt);
6715 xmlFreeParserCtxt(ctxt);
6829 xmlFreeParserCtxt(ctxt);
6876 xmlFreeParserCtxt(ctxt);
H A Dxinclude.c454 xmlFreeParserCtxt(pctxt);
476 xmlFreeParserCtxt(pctxt);
1883 xmlFreeParserCtxt(pctxt);
1890 xmlFreeParserCtxt(pctxt);
1936 xmlFreeParserCtxt(pctxt);
H A Dxmllint.c1724 xmlFreeParserCtxt(ctxt);
2289 xmlFreeParserCtxt(ctxt);
2344 xmlFreeParserCtxt(ctxt);
2389 xmlFreeParserCtxt(ctxt);
3747 xmlFreeParserCtxt(ctxt);
H A Dxmlwriter.c392 xmlFreeParserCtxt(ctxt);
401 xmlFreeParserCtxt(ctxt);
461 xmlFreeParserCtxt(ctxt);
502 xmlFreeParserCtxt(writer->ctxt);
H A Dcatalog.c907 xmlFreeParserCtxt(ctxt);
913 xmlFreeParserCtxt(ctxt);
941 xmlFreeParserCtxt(ctxt);
H A Dlibxml2.syms728 xmlFreeParserCtxt;
H A DparserInternals.c1742 * xmlFreeParserCtxt:
1750 xmlFreeParserCtxt(xmlParserCtxtPtr ctxt) function
1847 xmlFreeParserCtxt(ctxt);
H A Dtestlimits.c1299 xmlFreeParserCtxt(ctxt);
H A Delfgcchack.h3723 #undef xmlFreeParserCtxt macro
3724 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
3726 #ifndef xmlFreeParserCtxt
3727 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3728 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias macro
H A Dxmlreader.c2270 xmlFreeParserCtxt(reader->ctxt);
H A Dxmlschemas.c10594 xmlFreeParserCtxt(parserCtxt);
28851 xmlFreeParserCtxt(pctxt);
H A Dtestapi.c450 xmlFreeParserCtxt(val);
836 xmlFreeParserCtxt(val);
[all...]
/external/libxml2/include/libxml/
H A Dparser.h983 xmlFreeParserCtxt (xmlParserCtxtPtr ctxt);
/external/libxml2/python/
H A Dlibxml.py656 libxml2mod.xmlFreeParserCtxt(self._o)
H A Dlibxml.c1870 if (!PyArg_ParseTuple(args, (char *)"O:xmlFreeParserCtxt", &pyobj_ctxt))
1881 xmlFreeParserCtxt(ctxt);
3852 {(char *)"xmlFreeParserCtxt", libxml_xmlFreeParserCtxt, METH_VARARGS, NULL },

Completed in 454 milliseconds