Home | History | Annotate | Download | only in libxml2

Lines Matching full:vctxt

1666 	xmlSchemaValidCtxtPtr vctxt;
1668 vctxt = xmlSchemaNewValidCtxt(wxschemas);
1669 xmlSchemaSetValidErrors(vctxt,
1673 xmlSchemaValidateSetFilename(vctxt, filename);
1675 ret = xmlSchemaValidateStream(vctxt, buf, 0, handler,
1689 xmlSchemaFreeValidCtxt(vctxt);
2323 ctxt->vctxt.error = xmlHTMLValidityError;
2324 ctxt->vctxt.warning = xmlHTMLValidityWarning;