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

/external/libxml2/
H A Dxmlreader.c186 xmlStructuredErrorFunc sErrorFunc; /* callback function */ member in struct:_xmlTextReader
4115 if (reader->sErrorFunc) {
4116 reader->sErrorFunc(reader->errorFuncArg, error);
4173 if (reader->sErrorFunc != NULL) {
4315 if (reader->sErrorFunc != NULL) {
4385 if (reader->sErrorFunc != NULL) {
4417 if (reader->sErrorFunc != NULL) {
4538 if (reader->sErrorFunc != NULL) {
4848 if (error && reader->sErrorFunc) {
4849 reader->sErrorFunc(reade
[all...]

Completed in 81 milliseconds