Home
last modified time | relevance | path

Searched refs:sErrorFunc (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlreader.c179 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member
4068 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 …]