Lines Matching defs:bytes
667 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
1639 /* 3. pass file-size number of bytes in the source file */
1653 /* Let's read off the proper amount of bytes from the input. */
2300 /* We're supposed to download the last abs(from) bytes */
2319 /* Now store the number of bytes we are expected to download */
2403 char buffer[24]= { "Accept-ranges: bytes\r\n" };
2479 bytes). (ok, the file is being transferred)
2485 150 ASCII data connection for /bin/ls (137.167.104.91,37445) (0 bytes).
2488 150 Opening ASCII mode data connection for [file] (0.0.0.0,0) (545 bytes)
2515 char *bytes;
2516 bytes=strstr(buf, " bytes");
2517 if(bytes--) {
2518 long in=(long)(bytes-buf);
2522 if('(' == *bytes)
2525 if(!ISDIGIT(*bytes)) {
2526 bytes=NULL;
2530 bytes--;
2533 if(bytes++) {
2535 size = curlx_strtoofft(bytes, NULL, 0);
3408 " out of %" CURL_FORMAT_CURL_OFF_T " bytes)",
3426 " bytes", *ftp->bytecountp);
3599 " bytes\n", -from));
3606 " getting %" CURL_FORMAT_CURL_OFF_T " bytes\n",
3611 CURL_FORMAT_CURL_OFF_T " bytes\n",