Home | History | Annotate | Download | only in libxml2

Lines Matching defs:pctxt

4330 	xmlSchemaParserCtxtPtr pctxt;
4332 pctxt = xmlSchemaNewParserCtxt(xsd);
4334 xmlSchemaSetParserErrors(pctxt,
4339 reader->xsdSchemas = xmlSchemaParse(pctxt);
4340 xmlSchemaFreeParserCtxt(pctxt);