Home | History | Annotate | Download | only in libxml2

Lines Matching defs: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,
15743 ctxt->serror, ctxt->errCtxt);
21404 * @serror: the structured error function
21411 xmlStructuredErrorFunc serror,
21416 ctxt->serror = serror;
21419 xmlSchemaSetValidStructuredErrors(ctxt->vctxt, serror, ctx);
27686 * @serror: the structured error function
27693 xmlStructuredErrorFunc serror, void *ctx)
27697 ctxt->serror = serror;
27702 xmlSchemaSetParserStructuredErrors(ctxt->pctxt, serror, ctx);