D | runsuite.c | 776 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, in xstcTestInstance() argument 827 ctxt = xmlSchemaNewValidCtxt(schemas); in xstcTestInstance() 878 xmlSchemaPtr schemas = NULL; in xstcTestGroup() local 923 schemas = xmlSchemaParse(ctxt); in xstcTestGroup() 925 if (schemas == NULL) { in xstcTestGroup() 940 if (schemas != NULL) { in xstcTestGroup() 941 xstcTestInstance(instance, schemas, path, base); in xstcTestGroup() 959 schemas = xmlSchemaParse(ctxt); in xstcTestGroup() 961 if (schemas != NULL) { in xstcTestGroup() 985 if (schemas != NULL) xmlSchemaFree(schemas); in xstcTestGroup()
|