#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 |
Definition at line 765 of file urldata.h.
| long Progress::lastshow |
Definition at line 767 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsSetDownloadSize(), and Curl_pgrsUpdate().
Definition at line 768 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsSetUploadSize(), and Curl_pgrsUpdate().
Definition at line 769 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsSetDownloadCounter(), and Curl_pgrsUpdate().
Definition at line 770 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsSetUploadCounter(), and Curl_pgrsUpdate().
Definition at line 774 of file urldata.h.
Referenced by curl_easy_duphandle(), Curl_posttransfer(), and Curl_setopt().
| int Progress::width |
| int Progress::flags |
Definition at line 776 of file urldata.h.
Referenced by curl_easy_duphandle(), curl_easy_reset(), Curl_open(), Curl_pgrsSetDownloadSize(), Curl_pgrsSetUploadSize(), Curl_pgrsUpdate(), Curl_posttransfer(), and Curl_setopt().
| double Progress::timespent |
Definition at line 778 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), and Curl_pgrsUpdate().
Definition at line 780 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsUpdate(), multi_runsingle(), and Transfer().
Definition at line 781 of file urldata.h.
Referenced by Curl_getinfo(), Curl_pgrsUpdate(), multi_runsingle(), and Transfer().
| double Progress::t_nslookup |
Definition at line 783 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), Curl_pgrsResetTimes(), and Curl_pgrsTime().
| double Progress::t_connect |
Definition at line 784 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), Curl_pgrsResetTimes(), and Curl_pgrsTime().
| double Progress::t_pretransfer |
Definition at line 785 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), Curl_pgrsResetTimes(), and Curl_pgrsTime().
| double Progress::t_starttransfer |
Definition at line 786 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), Curl_pgrsResetTimes(), and Curl_pgrsTime().
| double Progress::t_redirect |
Definition at line 787 of file urldata.h.
Referenced by Curl_getinfo(), Curl_initinfo(), and Curl_pgrsTime().
struct timeval Progress::start [read] |
Definition at line 789 of file urldata.h.
Referenced by Curl_pgrsStartNow(), Curl_pgrsTime(), and Curl_pgrsUpdate().
struct timeval Progress::t_startsingle [read] |
Definition at line 790 of file urldata.h.
Referenced by Curl_connecthost(), Curl_is_connected(), and Curl_pgrsTime().
| curl_off_t Progress::speeder[CURR_TIME] |
struct timeval Progress::speeder_time[CURR_TIME] [read] |
Definition at line 795 of file urldata.h.
Referenced by Curl_pgrsDone(), Curl_pgrsStartNow(), and Curl_pgrsUpdate().
1.5.6