doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
Progress Struct Reference

#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
 

Detailed Description

Definition at line 604 of file urldata.h.

Member Data Documentation

bool Progress::callback

Definition at line 614 of file urldata.h.

curl_off_t Progress::current_speed

Definition at line 612 of file urldata.h.

curl_off_t Progress::dlspeed

Definition at line 620 of file urldata.h.

curl_off_t Progress::downloaded

Definition at line 609 of file urldata.h.

int Progress::flags

Definition at line 616 of file urldata.h.

long Progress::lastshow

Definition at line 605 of file urldata.h.

curl_off_t Progress::size_dl

Definition at line 607 of file urldata.h.

curl_off_t Progress::size_ul

Definition at line 608 of file urldata.h.

curl_off_t Progress::speeder[CURR_TIME]

Definition at line 633 of file urldata.h.

int Progress::speeder_c

Definition at line 635 of file urldata.h.

struct timeval Progress::speeder_time[CURR_TIME]

Definition at line 634 of file urldata.h.

struct timeval Progress::start

Definition at line 629 of file urldata.h.

double Progress::t_connect

Definition at line 624 of file urldata.h.

double Progress::t_nslookup

Definition at line 623 of file urldata.h.

double Progress::t_pretransfer

Definition at line 625 of file urldata.h.

double Progress::t_redirect

Definition at line 627 of file urldata.h.

struct timeval Progress::t_startsingle

Definition at line 630 of file urldata.h.

double Progress::t_starttransfer

Definition at line 626 of file urldata.h.

double Progress::timespent

Definition at line 618 of file urldata.h.

curl_off_t Progress::ulspeed

Definition at line 621 of file urldata.h.

curl_off_t Progress::uploaded

Definition at line 610 of file urldata.h.

int Progress::width

Definition at line 615 of file urldata.h.


The documentation for this struct was generated from the following file: