Lines Matching defs:errorFunc
148 xmlTextReaderErrorFunc errorFunc; /* callback function */
4025 if (!reader->errorFunc) {
4028 reader->errorFunc(reader->errorFuncArg, str,
4048 if (!reader->errorFunc) {
4051 reader->errorFunc(reader->errorFuncArg, str,
4116 if (reader->errorFunc != NULL) {
4200 if (reader->errorFunc != NULL) {
4257 if (reader->errorFunc != NULL) {
4278 if (reader->errorFunc != NULL) {
4351 if (reader->errorFunc != NULL) {
4396 if (reader->errorFunc != NULL) {
4658 if (reader->errorFunc)
4659 reader->errorFunc(reader->errorFuncArg, str, severity,
4762 reader->errorFunc = f;
4789 reader->errorFunc = NULL;
4830 reader->errorFunc = NULL;
4855 reader->errorFunc = NULL;
4912 *f = reader->errorFunc;