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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlreader.c158 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member in struct:_xmlTextReader
4014 if (reader->sErrorFunc) {
4015 reader->sErrorFunc(reader->errorFuncArg, error);
4069 if (reader->sErrorFunc != NULL) {
4153 if (reader->sErrorFunc != NULL) {
4210 if (reader->sErrorFunc != NULL) {
4231 if (reader->sErrorFunc != NULL) {
4349 if (reader->sErrorFunc != NULL) {
4613 if (error && reader->sErrorFunc) {
4614 reader->sErrorFunc(reade
[all...]

Completed in 47 milliseconds