Searched refs:sErrorFunc (Results 1 – 1 of 1) sorted by relevance
186 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member4115 if (reader->sErrorFunc) { in xmlTextReaderValidityStructuredRelay()4116 reader->sErrorFunc(reader->errorFuncArg, error); in xmlTextReaderValidityStructuredRelay()4173 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()4315 if (reader->sErrorFunc != NULL) { in xmlTextReaderSetSchema()4385 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4417 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()4538 if (reader->sErrorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()4848 if (error && reader->sErrorFunc) { in xmlTextReaderStructuredError()4849 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()[all …]