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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dschematron.c84 typedef xmlSchematronTest *xmlSchematronTestPtr; typedef
86 xmlSchematronTestPtr next; /* the next test in the list */
106 xmlSchematronTestPtr tests; /* the list of tests */
299 static xmlSchematronTestPtr
305 xmlSchematronTestPtr ret;
324 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest));
339 xmlSchematronTestPtr prev = rule->tests;
355 xmlSchematronFreeTests(xmlSchematronTestPtr tests) {
356 xmlSchematronTestPtr next;
850 xmlSchematronTestPtr testpt
[all...]

Completed in 88 milliseconds