Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pctxt

4381 	xmlRelaxNGParserCtxtPtr pctxt;
4384 pctxt = xmlRelaxNGNewParserCtxt(rng);
4386 xmlRelaxNGSetParserErrors(pctxt,
4396 reader->rngSchemas = xmlRelaxNGParse(pctxt);
4397 xmlRelaxNGFreeParserCtxt(pctxt);
4487 xmlSchemaParserCtxtPtr pctxt;
4489 pctxt = xmlSchemaNewParserCtxt(xsd);
4491 xmlSchemaSetParserErrors(pctxt,
4496 reader->xsdSchemas = xmlSchemaParse(pctxt);
4497 xmlSchemaFreeParserCtxt(pctxt);