Lines Matching refs:pctxt
302 xmlRelaxNGParserCtxtPtr pctxt; in xsdIncorectTestCase() local
329 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); in xsdIncorectTestCase()
330 xmlRelaxNGSetParserErrors(pctxt, in xsdIncorectTestCase()
333 pctxt); in xsdIncorectTestCase()
334 rng = xmlRelaxNGParse(pctxt); in xsdIncorectTestCase()
335 xmlRelaxNGFreeParserCtxt(pctxt); in xsdIncorectTestCase()
423 xmlRelaxNGParserCtxtPtr pctxt; in xsdTestCase() local
464 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); in xsdTestCase()
465 xmlRelaxNGSetParserErrors(pctxt, in xsdTestCase()
468 pctxt); in xsdTestCase()
469 rng = xmlRelaxNGParse(pctxt); in xsdTestCase()
470 xmlRelaxNGFreeParserCtxt(pctxt); in xsdTestCase()