Lines Matching defs:bytes
161 CURLcode Curl_fillreadbuffer(struct Curl_easy *data, size_t bytes,
164 size_t buffersize = bytes;
423 * @return number of bytes read or -1 for error
539 * the bytes. Not taking it in might lead to RST of streams. */
617 ssize_t nread; /* number of bytes read */
699 /* store number of bytes available for upload */
818 /* store the amount of bytes left in the buffer to write */
831 k->upload_present = 0; /* no more bytes left */
986 CURL_FORMAT_CURL_OFF_T " bytes received",
992 " milliseconds with %" CURL_FORMAT_CURL_OFF_T " bytes received",
1017 " bytes remaining to read", k->size - k->bytecount);