Lines Matching defs:Progress
1067 struct Progress { struct
1068 time_t lastshow; /* time() of the last displayed progress meter or NULL to
1070 struct pgrs_dir ul;
1071 struct pgrs_dir dl;
1073 curl_off_t current_speed; /* uses the currently fastest transfer */
1074 curl_off_t earlydata_sent;
1076 int width; /* screen width at download start */
1077 int flags; /* see progress.h */
1079 timediff_t timespent;
1081 timediff_t t_postqueue;
1082 timediff_t t_nslookup;
1083 timediff_t t_connect;
1084 timediff_t t_appconnect;
1085 timediff_t t_pretransfer;
1086 timediff_t t_posttransfer;
1087 timediff_t t_starttransfer;
1088 timediff_t t_redirect;
1090 struct curltime start;
1091 struct curltime t_startsingle;
1092 struct curltime t_startop;
1093 struct curltime t_acceptdata;
1097 curl_off_t speeder[ CURR_TIME ];
1098 struct curltime speeder_time[ CURR_TIME ];
1099 int speeder_c;