Searched refs:sErrorFunc (Results 1 – 1 of 1) sorted by relevance
193 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member4198 if (reader->sErrorFunc) { in xmlTextReaderValidityStructuredRelay()4199 reader->sErrorFunc(reader->errorFuncArg, error); in xmlTextReaderValidityStructuredRelay()4256 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()4398 if (reader->sErrorFunc != NULL) { in xmlTextReaderSetSchema()4468 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4500 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4621 if (reader->sErrorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()4931 if (error && reader->sErrorFunc) { in xmlTextReaderStructuredError()4932 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()[all …]