• Home
  • Raw
  • Download

Lines Matching refs:curl_off_t

73 typedef curl_off_t curl_prot_t;
634 curl_off_t size; /* -1 if unknown at this point */
635 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
637 curl_off_t bytecount; /* total number of bytes read */
638 curl_off_t writebytecount; /* number of bytes written */
640 curl_off_t pendingheader; /* this many bytes left to send is actually
662 curl_off_t offset; /* possible resume offset read from the
896 curl_off_t connection_id; /* Contains a unique number to make it easier to
1120 curl_off_t request_size; /* the amount of bytes sent in the request(s) */
1126 curl_off_t retry_after; /* info from Retry-After: header */
1158 curl_off_t size_dl; /* total expected size */
1159 curl_off_t size_ul; /* total expected size */
1160 curl_off_t downloaded; /* transferred so far */
1161 curl_off_t uploaded; /* transferred so far */
1163 curl_off_t current_speed; /* uses the currently fastest transfer */
1170 curl_off_t dlspeed;
1171 curl_off_t ulspeed;
1188 curl_off_t ul_limit_size;
1191 curl_off_t dl_limit_size;
1195 curl_off_t speeder[ CURR_TIME ];
1324 curl_off_t lastconnect_id; /* The last connection, -1 if undefined */
1325 curl_off_t recent_conn_id; /* The most recent connection used, might no
1331 curl_off_t current_speed; /* the ProgressShow() function sets this,
1382 curl_off_t crlf_conversions;
1386 curl_off_t resume_from; /* continue [ftp] transfer from here */
1398 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1647 curl_off_t postfieldsize; /* if POST, this might have a size to use instead
1702 curl_off_t filesize; /* size of file to upload, -1 means unknown */
1705 curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
1706 curl_off_t max_recv_speed; /* high speed limit in bytes/second for
1708 curl_off_t set_resume_from; /* continue [ftp] transfer from here */
1745 curl_off_t max_filesize; /* Maximum file size to download */
1954 curl_off_t id;