Home
last modified time | relevance | path

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

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