Home | History | Annotate | Download | only in src

Lines Matching refs:schannel

418  * @schannel: the structured callback channel
441 __xmlRaiseError(xmlStructuredErrorFunc schannel,
461 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
463 schannel = ctxt->sax->serror;
468 if (schannel == NULL) {
469 schannel = xmlStructuredError;
473 if (schannel != NULL)
480 if ((schannel == NULL) && (ctxt != NULL) && (ctxt->sax != NULL) &&
482 schannel = ctxt->sax->serror;
603 if ((schannel == NULL) && (xmlStructuredError != NULL)) {
604 schannel = xmlStructuredError;
613 if (schannel != NULL) {
614 schannel(data, to);