Home | History | Annotate | Download | only in src

Lines Matching defs:errorFunc

148     xmlTextReaderErrorFunc errorFunc;    /* callback function */
4019 if (!reader->errorFunc) {
4022 reader->errorFunc(reader->errorFuncArg, str,
4042 if (!reader->errorFunc) {
4045 reader->errorFunc(reader->errorFuncArg, str,
4110 if (reader->errorFunc != NULL) {
4194 if (reader->errorFunc != NULL) {
4251 if (reader->errorFunc != NULL) {
4272 if (reader->errorFunc != NULL) {
4345 if (reader->errorFunc != NULL) {
4390 if (reader->errorFunc != NULL) {
4652 if (reader->errorFunc)
4653 reader->errorFunc(reader->errorFuncArg, str, severity,
4756 reader->errorFunc = f;
4783 reader->errorFunc = NULL;
4824 reader->errorFunc = NULL;
4849 reader->errorFunc = NULL;
4906 *f = reader->errorFunc;