xmlSchematronTest 83 third_party/libxml/src/schematron.c typedef struct _xmlSchematronTest xmlSchematronTest; xmlSchematronTest 84 third_party/libxml/src/schematron.c typedef xmlSchematronTest *xmlSchematronTestPtr; xmlSchematronTest 329 third_party/libxml/src/schematron.c ret = (xmlSchematronTestPtr) xmlMalloc(sizeof(xmlSchematronTest)); xmlSchematronTest 334 third_party/libxml/src/schematron.c memset(ret, 0, sizeof(xmlSchematronTest));