Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c186 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member
4125 if (reader->sErrorFunc) { in xmlTextReaderValidityStructuredRelay()
4126 reader->sErrorFunc(reader->errorFuncArg, error); in xmlTextReaderValidityStructuredRelay()
4183 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGSetSchema()
4325 if (reader->sErrorFunc != NULL) { in xmlTextReaderSetSchema()
4395 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4427 if (reader->sErrorFunc != NULL) { in xmlTextReaderRelaxNGValidateInternal()
4548 if (reader->sErrorFunc != NULL) { in xmlTextReaderSchemaValidateInternal()
4858 if (error && reader->sErrorFunc) { in xmlTextReaderStructuredError()
4859 reader->sErrorFunc(reader->errorFuncArg, (xmlErrorPtr) error); in xmlTextReaderStructuredError()
[all …]