Lines Matching full:vctxt
1655 xmlSchemaValidCtxtPtr vctxt;
1657 vctxt = xmlSchemaNewValidCtxt(wxschemas);
1658 xmlSchemaSetValidErrors(vctxt,
1663 ret = xmlSchemaValidateStream(vctxt, buf, 0, handler,
1677 xmlSchemaFreeValidCtxt(vctxt);
2207 ctxt->vctxt.error = xmlHTMLValidityError;
2208 ctxt->vctxt.warning = xmlHTMLValidityWarning;