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 */
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()
[all …]