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