Lines Matching refs:xmlSchematronValidCtxtPtr
274 xmlSchematronVErrMemory(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronVErrMemory()
1241 xmlSchematronGetNode(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronGetNode()
1272 xmlSchematronReportOutput(xmlSchematronValidCtxtPtr ctxt ATTRIBUTE_UNUSED, in xmlSchematronReportOutput()
1291 xmlSchematronFormatReport(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronFormatReport()
1368 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronReportSuccess()
1448 xmlSchematronReportPattern(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronReportPattern()
1482 xmlSchematronSetValidStructuredErrors(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronSetValidStructuredErrors()
1502 xmlSchematronValidCtxtPtr
1506 xmlSchematronValidCtxtPtr ret; in xmlSchematronNewValidCtxt()
1508 ret = (xmlSchematronValidCtxtPtr) xmlMalloc(sizeof(xmlSchematronValidCtxt)); in xmlSchematronNewValidCtxt()
1542 xmlSchematronFreeValidCtxt(xmlSchematronValidCtxtPtr ctxt) in xmlSchematronFreeValidCtxt()
1600 xmlSchematronRunTest(xmlSchematronValidCtxtPtr ctxt, in xmlSchematronRunTest()
1664 xmlSchematronValidateDoc(xmlSchematronValidCtxtPtr ctxt, xmlDocPtr instance) in xmlSchematronValidateDoc()
1747 xmlSchematronValidCtxtPtr vctxt; in main()