Lines Matching refs:pctxt
4375 xmlRelaxNGParserCtxtPtr pctxt;
4378 pctxt = xmlRelaxNGNewParserCtxt(rng);
4380 xmlRelaxNGSetParserErrors(pctxt,
4390 reader->rngSchemas = xmlRelaxNGParse(pctxt);
4391 xmlRelaxNGFreeParserCtxt(pctxt);
4481 xmlSchemaParserCtxtPtr pctxt;
4483 pctxt = xmlSchemaNewParserCtxt(xsd);
4485 xmlSchemaSetParserErrors(pctxt,
4490 reader->xsdSchemas = xmlSchemaParse(pctxt);
4491 xmlSchemaFreeParserCtxt(pctxt);