Lines Matching defs:length
1327 * HIGH_CAMERA_HEADER length by reading once more one of this.
2521 SANE_Int max_length, SANE_Int * length)
2558 *length = 0;
2574 (*length)++;
2660 *length=0;
2667 *length = filesize - outbytes;
2671 *length = max_length;
2674 memcpy (data, pp->planes + outbytes, *length);
2675 outbytes += *length;
2678 for (i = 0; i < *length; i++)