Lines Matching refs:pctxt
302 xmlRelaxNGParserCtxtPtr pctxt; in xsdIncorrectTestCase() local
329 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); in xsdIncorrectTestCase()
330 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdIncorrectTestCase()
331 pctxt); in xsdIncorrectTestCase()
332 rng = xmlRelaxNGParse(pctxt); in xsdIncorrectTestCase()
333 xmlRelaxNGFreeParserCtxt(pctxt); in xsdIncorrectTestCase()
421 xmlRelaxNGParserCtxtPtr pctxt; in xsdTestCase() local
462 pctxt = xmlRelaxNGNewMemParserCtxt((const char *)buf->content, buf->use); in xsdTestCase()
463 xmlRelaxNGSetParserErrors(pctxt, testErrorHandler, testErrorHandler, in xsdTestCase()
464 pctxt); in xsdTestCase()
465 rng = xmlRelaxNGParse(pctxt); in xsdTestCase()
466 xmlRelaxNGFreeParserCtxt(pctxt); in xsdTestCase()