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 */304 static xmlSchematronTestPtr310 xmlSchematronTestPtr ret; in xmlSchematronAddTest()329 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest)); in xmlSchematronAddTest()344 xmlSchematronTestPtr prev = rule->tests; in xmlSchematronAddTest()360 xmlSchematronFreeTests(xmlSchematronTestPtr tests) { in xmlSchematronFreeTests()361 xmlSchematronTestPtr next; in xmlSchematronFreeTests()857 xmlSchematronTestPtr testptr; in xmlSchematronParseRule()[all …]