Searched refs:xmlSchematronTestPtr (Results 1 – 1 of 1) sorted by relevance
84 typedef xmlSchematronTest *xmlSchematronTestPtr; typedef86 xmlSchematronTestPtr next; /* the next test in the list */106 xmlSchematronTestPtr tests; /* the list of tests */306 static xmlSchematronTestPtr312 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()[all …]