Searched refs:xmlSchematronValidCtxt (Results 1 – 2 of 2) sorted by relevance
66 typedef struct _xmlSchematronValidCtxt xmlSchematronValidCtxt; typedef67 typedef xmlSchematronValidCtxt *xmlSchematronValidCtxtPtr;
1510 ret = (xmlSchematronValidCtxtPtr) xmlMalloc(sizeof(xmlSchematronValidCtxt)); in xmlSchematronNewValidCtxt()1516 memset(ret, 0, sizeof(xmlSchematronValidCtxt)); in xmlSchematronNewValidCtxt()