Lines Matching full:serror
602 xmlStructuredErrorFunc serror;
977 xmlStructuredErrorFunc serror;
1914 schannel = ctxt->serror;
1980 schannel = ctxt->serror;
2062 schannel = vctxt->serror;
2129 schannel = pctxt->serror;
10043 xmlSchemaSetParserStructuredErrors(vctxt->pctxt, vctxt->serror,
10243 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
15812 ctxt->serror, ctxt->errCtxt);
21472 * @serror: the structured error function
21479 xmlStructuredErrorFunc serror,
21484 ctxt->serror = serror;
21487 xmlSchemaSetValidStructuredErrors(ctxt->vctxt, serror, ctx);
27829 * @serror: the structured error function
27836 xmlStructuredErrorFunc serror, void *ctx)
27840 ctxt->serror = serror;
27845 xmlSchemaSetParserStructuredErrors(ctxt->pctxt, serror, ctx);