Home | History | Annotate | Download | only in libxml2

Lines Matching refs: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;
7621 ctxt->serror = NULL;
7655 * @serror: the error callback
7662 xmlStructuredErrorFunc serror,
7667 ctxt->serror = serror;
10973 ctxt->serror = NULL;
10979 * @serror: the structured error function
10986 xmlStructuredErrorFunc serror, void *ctx)
10990 ctxt->serror = serror;