#include <urldata.h>
Public Attributes | |
bool | callback |
curl_off_t | current_speed |
curl_off_t | dl_limit_size |
struct timeval | dl_limit_start |
curl_off_t | dlspeed |
curl_off_t | downloaded |
int | flags |
time_t | lastshow |
curl_off_t | size_dl |
curl_off_t | size_ul |
curl_off_t | speeder [CURR_TIME] |
int | speeder_c |
struct timeval | speeder_time [CURR_TIME] |
struct timeval | start |
struct timeval | t_acceptdata |
double | t_appconnect |
double | t_connect |
double | t_nslookup |
double | t_pretransfer |
double | t_redirect |
struct timeval | t_startop |
struct timeval | t_startsingle |
double | t_starttransfer |
double | timespent |
curl_off_t | ul_limit_size |
struct timeval | ul_limit_start |
curl_off_t | ulspeed |
curl_off_t | uploaded |
int | width |
curl_off_t Progress::current_speed |
curl_off_t Progress::dl_limit_size |
struct timeval Progress::dl_limit_start |
curl_off_t Progress::dlspeed |
curl_off_t Progress::downloaded |
int Progress::flags |
time_t Progress::lastshow |
curl_off_t Progress::size_dl |
curl_off_t Progress::size_ul |
curl_off_t Progress::speeder[CURR_TIME] |
struct timeval Progress::speeder_time[CURR_TIME] |
struct timeval Progress::start |
struct timeval Progress::t_acceptdata |
double Progress::t_appconnect |
double Progress::t_connect |
double Progress::t_nslookup |
double Progress::t_pretransfer |
double Progress::t_redirect |
struct timeval Progress::t_startop |
struct timeval Progress::t_startsingle |
double Progress::t_starttransfer |
double Progress::timespent |
curl_off_t Progress::ul_limit_size |
struct timeval Progress::ul_limit_start |
curl_off_t Progress::ulspeed |
curl_off_t Progress::uploaded |
int Progress::width |