Searched refs:sErrorFunc (Results 1 – 1 of 1) sorted by relevance
179 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member4068 if (reader->sErrorFunc) { in xmlTextReaderValidityStructuredRelay()4069 reader->sErrorFunc(reader->errorFuncArg, error); in xmlTextReaderValidityStructuredRelay()4122 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()4206 if (reader->sErrorFunc != NULL) { in xmlTextReaderSetSchema()4263 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidate()4284 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidate()4402 if (reader->sErrorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()4672 if (error && reader->sErrorFunc) { in xmlTextReaderStructuredError()4673 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()[all …]