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

/external/chromium_org/third_party/libxml/src/
H A 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;
329 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest));
344 xmlSchematronTestPtr prev = rule->tests;
360 xmlSchematronFreeTests(xmlSchematronTestPtr tests) {
361 xmlSchematronTestPtr next;
857 xmlSchematronTestPtr testpt
[all...]
/external/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 */
304 static xmlSchematronTestPtr
310 xmlSchematronTestPtr ret;
329 ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest));
344 xmlSchematronTestPtr prev = rule->tests;
360 xmlSchematronFreeTests(xmlSchematronTestPtr tests) {
361 xmlSchematronTestPtr next;
857 xmlSchematronTestPtr testpt
[all...]

Completed in 114 milliseconds