Lines Matching refs:xmlSchematronTestPtr
84 typedef xmlSchematronTest *xmlSchematronTestPtr; typedef
86 xmlSchematronTestPtr next; /* the next test in the list */
106 xmlSchematronTestPtr tests; /* the list of tests */
306 static xmlSchematronTestPtr
312 xmlSchematronTestPtr ret; in xmlSchematronAddTest()
331 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest)); in xmlSchematronAddTest()
346 xmlSchematronTestPtr prev = rule->tests; in xmlSchematronAddTest()
362 xmlSchematronFreeTests(xmlSchematronTestPtr tests) { in xmlSchematronFreeTests()
363 xmlSchematronTestPtr next; in xmlSchematronFreeTests()
859 xmlSchematronTestPtr testptr; in xmlSchematronParseRule()
1371 xmlSchematronTestPtr test, xmlNodePtr cur, xmlSchematronPatternPtr pattern, int success) { in xmlSchematronReportSuccess()
1603 xmlSchematronTestPtr test, xmlDocPtr instance, xmlNodePtr cur, xmlSchematronPatternPtr pattern) in xmlSchematronRunTest()
1671 xmlSchematronTestPtr test; in xmlSchematronValidateDoc()