Lines Matching defs:bytes
678 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
1650 /* 3. pass file-size number of bytes in the source file */
1664 /* Let's read off the proper amount of bytes from the input. */
2323 /* We're supposed to download the last abs(from) bytes */
2342 /* Now store the number of bytes we are expected to download */
2426 char buffer[24]= { "Accept-ranges: bytes\r\n" };
2502 bytes). (ok, the file is being transferred)
2508 150 ASCII data connection for /bin/ls (137.167.104.91,37445) (0 bytes).
2511 150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
2538 char *bytes;
2539 bytes=strstr(buf, " bytes");
2540 if(bytes--) {
2541 long in=(long)(bytes-buf);
2545 if('(' == *bytes)
2548 if(!ISDIGIT(*bytes)) {
2549 bytes=NULL;
2553 bytes--;
2556 if(bytes++) {
2558 size = curlx_strtoofft(bytes, NULL, 0);
3422 " out of %" CURL_FORMAT_CURL_OFF_T " bytes)",
3440 " bytes", *ftp->bytecountp);
3613 " bytes\n", -from));
3620 " getting %" CURL_FORMAT_CURL_OFF_T " bytes\n",
3625 CURL_FORMAT_CURL_OFF_T " bytes\n",