Lines Matching defs:length
352 #define DEVICE_NAME_LEN (16) /* length of device name in extended status */
1260 const int length = 9;
1288 send (s, cct, length, &status);
1307 const int length = 257;
1383 send (s, gamma, length, &status);
5021 DBG (10, "SANE_START: length=%d\n", len);
5263 SANE_Int * length)
5287 *length = 0;
5298 *length = 0;
5387 *length = 0;
5398 *length = 0;
5428 *length = 0;
5449 *length = 0;
5466 *length = 0;
5597 *length = 3 * max_length;
5626 *length = max_length;
5672 int length = s->end - s->buf;
5693 * end of the data area as calculated from adding *length
5701 data_end = data_ptr + length;
5704 * The image data is in *buf, we know that the buffer contains s->end - s->buf ( = length)
5713 if (length % s->params.bytes_per_line != 0)
5716 length, s->params.bytes_per_line);