Lines Matching refs:max_bytes
385 auto max_bytes = image.get_row_bytes() * height;
386 if (total_bytes > max_bytes) {
387 throw SaneException("Trying to read too much data %zu (max %zu)", total_bytes, max_bytes);
389 if (total_bytes != max_bytes) {
391 total_bytes, max_bytes);
487 auto max_bytes = image.get_row_bytes() * height;
488 if (total_bytes > max_bytes) {
489 throw SaneException("Trying to read too much data %zu (max %zu)", total_bytes, max_bytes);
491 if (total_bytes != max_bytes) {
493 total_bytes, max_bytes);