Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:maxlength

1321   long maxlength;
1327 maxlength = cinfo->mem->max_alloc_chunk - sizeof(struct jpeg_marker_struct);
1328 if (((long) length_limit) > maxlength)
1329 length_limit = (unsigned int) maxlength;