Home
last modified time | relevance | path

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

/external/libxml2/
Dschematron.c84 typedef xmlSchematronTest *xmlSchematronTestPtr; typedef
86 xmlSchematronTestPtr next; /* the next test in the list */
106 xmlSchematronTestPtr tests; /* the list of tests */
304 static xmlSchematronTestPtr
310 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 …]