• Home
  • Raw
  • Download

Lines Matching refs:curl_off_t

593   curl_off_t size;        /* -1 if unknown at this point */
594 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
596 curl_off_t bytecount; /* total number of bytes read */
597 curl_off_t writebytecount; /* number of bytes written */
599 curl_off_t headerbytecount; /* only count received headers */
600 curl_off_t deductheadercount; /* this amount of bytes doesn't count when we
619 curl_off_t offset; /* possible resume offset read from the
806 curl_off_t cl; /* size of content to read and ignore */
1110 curl_off_t header_size; /* size of read header(s) in bytes */
1111 curl_off_t request_size; /* the amount of bytes sent in the request(s) */
1117 curl_off_t retry_after; /* info from Retry-After: header */
1146 curl_off_t size_dl; /* total expected size */
1147 curl_off_t size_ul; /* total expected size */
1148 curl_off_t downloaded; /* transferred so far */
1149 curl_off_t uploaded; /* transferred so far */
1151 curl_off_t current_speed; /* uses the currently fastest transfer */
1158 curl_off_t dlspeed;
1159 curl_off_t ulspeed;
1176 curl_off_t ul_limit_size;
1179 curl_off_t dl_limit_size;
1183 curl_off_t speeder[ CURR_TIME ];
1309 curl_off_t current_speed; /* the ProgressShow() function sets this,
1357 curl_off_t crlf_conversions;
1361 curl_off_t resume_from; /* continue [ftp] transfer from here */
1368 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1619 curl_off_t postfieldsize; /* if POST, this might have a size to use instead
1662 curl_off_t filesize; /* size of file to upload, -1 means unknown */
1665 curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
1666 curl_off_t max_recv_speed; /* high speed limit in bytes/second for
1668 curl_off_t set_resume_from; /* continue [ftp] transfer from here */
1705 curl_off_t max_filesize; /* Maximum file size to download */