Lines Matching defs:count
1298 bjnp_write (int devno, const SANE_Byte * buf, size_t count)
1317 set_cmd_for_dev (devno, (struct BJNP_command *) &bjnp_buf, CMD_TCP_SEND, count);
1318 memcpy (bjnp_buf.scan_data, buf, count);
1320 (unsigned long) count, (unsigned long) count);
1322 sizeof (struct BJNP_command) + count)));
1326 sizeof (struct BJNP_command) + count, 0)) <
1327 (ssize_t) (sizeof (struct BJNP_command) + count))
1337 else if (sent_bytes != (int) (sizeof (struct BJNP_command) + count))
1342 return count;