Lines Matching full:serror
594 xmlStructuredErrorFunc serror;
969 xmlStructuredErrorFunc serror;
1900 schannel = ctxt->serror;
1966 schannel = ctxt->serror;
2044 schannel = vctxt->serror;
2096 schannel = pctxt->serror;
9983 xmlSchemaSetParserStructuredErrors(vctxt->pctxt, vctxt->serror,
10183 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
15673 ctxt->serror, ctxt->errCtxt);
21334 * @serror: the structured error function
21341 xmlStructuredErrorFunc serror,
21346 ctxt->serror = serror;
21349 xmlSchemaSetValidStructuredErrors(ctxt->vctxt, serror, ctx);
27608 * @serror: the structured error function
27615 xmlStructuredErrorFunc serror, void *ctx)
27619 ctxt->serror = serror;
27624 xmlSchemaSetParserStructuredErrors(ctxt->pctxt, serror, ctx);