Searched refs:sErrorFunc (Results 1 – 1 of 1) sorted by relevance
186 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member4100 if (reader->sErrorFunc) { in xmlTextReaderValidityStructuredRelay()4101 reader->sErrorFunc(reader->errorFuncArg, error); in xmlTextReaderValidityStructuredRelay()4158 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()4300 if (reader->sErrorFunc != NULL) { in xmlTextReaderSetSchema()4370 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4402 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4523 if (reader->sErrorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()4833 if (error && reader->sErrorFunc) { in xmlTextReaderStructuredError()4834 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()[all …]