Searched refs:error_func (Results 1 – 2 of 2) sorted by relevance
62 static void (*error_func)(const char *, va_list); variable615 if (error_func != NULL) { in handle_error()616 error_func(format, ap); in handle_error()762 error_func = func; in dmgt_set_error_handler()
76 static void error_func(void *state, const char *msg, ...);180 error_func, /* errorSAXFunc */228 error_func(void *state, const char *msg, ...) in error_func() function