Home
last modified time | relevance | path

Searched refs:sctxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
DdebugXML.c2355 xmlShellRNGValidate(xmlShellCtxtPtr sctxt, char *schemas, in xmlShellRNGValidate() argument
2381 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()