xmlSchematron 37 third_party/libxml/src/include/libxml/schematron.h typedef struct _xmlSchematron xmlSchematron; xmlSchematron 38 third_party/libxml/src/include/libxml/schematron.h typedef xmlSchematron *xmlSchematronPtr; xmlSchematron 542 third_party/libxml/src/schematron.c ret = (xmlSchematronPtr) xmlMalloc(sizeof(xmlSchematron)); xmlSchematron 547 third_party/libxml/src/schematron.c memset(ret, 0, sizeof(xmlSchematron));