Lines Matching refs:curl_off_t

612   curl_off_t size;        /* -1 if unknown at this point */
613 curl_off_t *bytecountp; /* return number of bytes read or NULL */
615 curl_off_t maxdownload; /* in bytes, the maximum amount of data to fetch,
617 curl_off_t *writebytecountp; /* return number of bytes written or NULL */
619 curl_off_t bytecount; /* total number of bytes read */
620 curl_off_t writebytecount; /* number of bytes written */
648 curl_off_t offset; /* possible resume offset read from the
1110 curl_off_t size_dl; /* total expected size */
1111 curl_off_t size_ul; /* total expected size */
1112 curl_off_t downloaded; /* transferred so far */
1113 curl_off_t uploaded; /* transferred so far */
1115 curl_off_t current_speed; /* uses the currently fastest transfer */
1123 curl_off_t dlspeed;
1124 curl_off_t ulspeed;
1139 curl_off_t speeder[ CURR_TIME ];
1216 curl_off_t current_speed; /* the ProgressShow() funcion sets this,
1286 curl_off_t crlf_conversions;
1298 curl_off_t resume_from; /* continue [ftp] transfer from here */
1305 curl_off_t infilesize; /* size of file to upload, -1 means unknown.
1445 curl_off_t postfieldsize; /* if POST, this might have a size to use instead
1487 curl_off_t filesize; /* size of file to upload, -1 means unknown */
1490 curl_off_t max_send_speed; /* high speed limit in bytes/second for upload */
1491 curl_off_t max_recv_speed; /* high speed limit in bytes/second for
1493 curl_off_t set_resume_from; /* continue [ftp] transfer from here */
1527 curl_off_t max_filesize; /* Maximum file size to download */