Searched refs:sctxt (Results 1 – 1 of 1) sorted by relevance
2355 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, in xmlShellRNGValidate() argument2381 ret = xmlRelaxNGValidateDoc(vctxt, sctxt->doc); in xmlShellRNGValidate()2383 fprintf(stderr, "%s validates\n", sctxt->filename); in xmlShellRNGValidate()2385 fprintf(stderr, "%s fails to validate\n", sctxt->filename); in xmlShellRNGValidate()2388 sctxt->filename); in xmlShellRNGValidate()