Lines Matching defs:bytes
111 ssize_t bytes; /* Number of bytes read/written */
228 while ((bytes = read(infile, buffer, sizeof(buffer))) > 0)
230 if ((status = cupsWriteRequestData(http, buffer, (size_t)bytes))
262 while ((bytes = httpRead2(http, buffer, sizeof(buffer))) > 0)
263 if (write(outfile, buffer, (size_t)bytes) < bytes)
539 ssize_t /* O - Bytes read, 0 on EOF, -1 on error */
543 size_t length) /* I - Number of bytes to read */
898 const char *buffer, /* I - Bytes to write */
899 size_t length) /* I - Number of bytes to write */
901 int wused; /* Previous bytes in buffer */
1017 ssize_t n; /* Number of bytes */