Home | History | Annotate | Download | only in libxml2

Lines Matching full:serror

209     xmlStructuredErrorFunc serror;
354 xmlStructuredErrorFunc serror;
444 if (ctxt->serror != NULL)
445 schannel = ctxt->serror;
479 if (ctxt->serror != NULL)
480 schannel = ctxt->serror;
519 if (ctxt->serror != NULL)
520 schannel = ctxt->serror;
553 if (ctxt->serror != NULL)
554 schannel = ctxt->serror;
7615 ctxt->serror = NULL;
7649 * @serror: the error callback
7656 xmlStructuredErrorFunc serror,
7661 ctxt->serror = serror;
10967 ctxt->serror = NULL;
10973 * @serror: the structured error function
10980 xmlStructuredErrorFunc serror, void *ctx)
10984 ctxt->serror = serror;