Lines Matching refs:bytes
1142 unsigned int lines, bytes, bpl;
1194 DBG(100, "sane_read: sent %d bytes, still have %d to "
1240 bytes = lines * bpl;
1243 if ((lbuf = malloc(bytes)) == NULL)
1290 DBG(10, "sane_read: bpl=%d, lines=%d, bytes=%d\n", bpl, lines, bytes);
1298 for(i = 0; i < bytes; i++)
1312 for(i = 0; i < (bytes/2); i++)
1332 if (bytes <= (unsigned int)maxlen)
1335 memcpy(buf, lbuf, bytes);
1336 *lenp = bytes;
1341 cs->bytes_sent += bytes;
1348 bytesleft = bytes - maxlen;
1350 DBG(100, "sane_read: sent %d bytes, still have %d to go\n",