doom3-gpl
Doom 3 GPL source release
|
#include <urldata.h>
Public Attributes | |
long | lastshow |
curl_off_t | size_dl |
curl_off_t | size_ul |
curl_off_t | downloaded |
curl_off_t | uploaded |
curl_off_t | current_speed |
bool | callback |
int | width |
int | flags |
double | timespent |
curl_off_t | dlspeed |
curl_off_t | ulspeed |
double | t_nslookup |
double | t_connect |
double | t_pretransfer |
double | t_starttransfer |
double | t_redirect |
struct timeval | start |
struct timeval | t_startsingle |
curl_off_t | speeder [CURR_TIME] |
struct timeval | speeder_time [CURR_TIME] |
int | speeder_c |
curl_off_t Progress::current_speed |
curl_off_t Progress::dlspeed |
curl_off_t Progress::downloaded |
curl_off_t Progress::size_dl |
curl_off_t Progress::size_ul |
curl_off_t Progress::speeder[CURR_TIME] |
curl_off_t Progress::ulspeed |
curl_off_t Progress::uploaded |