Searched refs:xmlValidityErrorFunc (Results 1 – 3 of 3) sorted by relevance
42 typedef void (XMLCDECL *xmlValidityErrorFunc) (void *ctx, typedef84 xmlValidityErrorFunc error; /* the callback in case of errors */
2753 cvp->error = (xmlValidityErrorFunc) fprintf; in parseAndPrintFile()2789 cvp->error = (xmlValidityErrorFunc) fprintf; in parseAndPrintFile()
2646 vctxt.error = (xmlValidityErrorFunc) fprintf; in xmlShellValidate()