Home | History | Annotate | Download | only in libxml2

Lines Matching defs:serror

594     xmlStructuredErrorFunc serror;
969 xmlStructuredErrorFunc serror;
1905 schannel = ctxt->serror;
1971 schannel = ctxt->serror;
2050 schannel = vctxt->serror;
2117 schannel = pctxt->serror;
10004 xmlSchemaSetParserStructuredErrors(vctxt->pctxt, vctxt->serror,
10204 xmlSchemaSetParserStructuredErrors(newpctxt, pctxt->serror,
15773 ctxt->serror, ctxt->errCtxt);
21434 * @serror: the structured error function
21441 xmlStructuredErrorFunc serror,
21446 ctxt->serror = serror;
21449 xmlSchemaSetValidStructuredErrors(ctxt->vctxt, serror, ctx);
27760 * @serror: the structured error function
27767 xmlStructuredErrorFunc serror, void *ctx)
27771 ctxt->serror = serror;
27776 xmlSchemaSetParserStructuredErrors(ctxt->pctxt, serror, ctx);