EV_PEEK
return get_error_values(EV_PEEK, NULL, NULL, NULL, NULL, NULL);
return get_error_values(EV_PEEK, file, line, NULL, NULL, NULL);
return get_error_values(EV_PEEK, NULL, NULL, func, NULL, NULL);
return get_error_values(EV_PEEK, NULL, NULL, NULL, data, flags);
return get_error_values(EV_PEEK, file, line, func, data, flags);
return get_error_values(EV_PEEK, file, line, NULL, data, flags);