Searched refs:xmlRelaxNGFreeParserCtxt (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestRelax.c108 xmlRelaxNGFreeParserCtxt(ctxt);
119 xmlRelaxNGFreeParserCtxt(ctxt);
H A Drunsuite.c347 xmlRelaxNGFreeParserCtxt(pctxt);
482 xmlRelaxNGFreeParserCtxt(pctxt);
H A DdebugXML.c2363 xmlRelaxNGFreeParserCtxt(ctxt);
H A Druntest.c3161 xmlRelaxNGFreeParserCtxt(ctxt);
H A Dxmllint.c3365 xmlRelaxNGFreeParserCtxt(ctxt);
H A Delfgcchack.h8322 #undef xmlRelaxNGFreeParserCtxt macro
8323 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
8325 #ifndef xmlRelaxNGFreeParserCtxt
8326 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
8327 #define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias macro
H A Dxmlreader.c4227 xmlRelaxNGFreeParserCtxt(ctxt);
H A Drelaxng.c6685 * xmlRelaxNGFreeParserCtxt:
6691 xmlRelaxNGFreeParserCtxt(xmlRelaxNGParserCtxtPtr ctxt) function
H A Dtestapi.c844 xmlRelaxNGFreeParserCtxt(val);
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Drelaxng.h119 xmlRelaxNGFreeParserCtxt (xmlRelaxNGParserCtxtPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c278 if (!PyArg_ParseTuple(args, (char *)"O:xmlRelaxNGFreeParserCtxt", &pyobj_ctxt))
282 xmlRelaxNGFreeParserCtxt(ctxt);

Completed in 673 milliseconds