#include "curl_setup.h"
#include "urldata.h"
#include "sendf.h"
#include "progress.h"
#include "curl_printf.h"
Go to the source code of this file.
|
| int | Curl_pgrsDone (struct connectdata *conn) |
| |
| long | Curl_pgrsLimitWaitTime (curl_off_t cursize, curl_off_t startsize, curl_off_t limit, struct curltime start, struct curltime now) |
| |
| void | Curl_pgrsResetTransferSizes (struct Curl_easy *data) |
| |
| void | Curl_pgrsSetDownloadCounter (struct Curl_easy *data, curl_off_t size) |
| |
| void | Curl_pgrsSetDownloadSize (struct Curl_easy *data, curl_off_t size) |
| |
| void | Curl_pgrsSetUploadCounter (struct Curl_easy *data, curl_off_t size) |
| |
| void | Curl_pgrsSetUploadSize (struct Curl_easy *data, curl_off_t size) |
| |
| void | Curl_pgrsStartNow (struct Curl_easy *data) |
| |
| void | Curl_pgrsTime (struct Curl_easy *data, timerid timer) |
| |
| int | Curl_pgrsUpdate (struct connectdata *conn) |
| |
| static char * | max5data (curl_off_t bytes, char *max5) |
| |
| static void | time2str (char *r, curl_off_t seconds) |
| |
◆ ONE_GIGABYTE
◆ ONE_KILOBYTE
◆ ONE_MEGABYTE
◆ ONE_PETABYTE
◆ ONE_TERABYTE
◆ Curl_pgrsDone()
◆ Curl_pgrsLimitWaitTime()
◆ Curl_pgrsResetTransferSizes()
| void Curl_pgrsResetTransferSizes |
( |
struct Curl_easy * |
data | ) |
|
◆ Curl_pgrsSetDownloadCounter()
◆ Curl_pgrsSetDownloadSize()
◆ Curl_pgrsSetUploadCounter()
◆ Curl_pgrsSetUploadSize()
◆ Curl_pgrsStartNow()
| void Curl_pgrsStartNow |
( |
struct Curl_easy * |
data | ) |
|
◆ Curl_pgrsTime()
◆ Curl_pgrsUpdate()
◆ max5data()
| static char* max5data |
( |
curl_off_t |
bytes, |
|
|
char * |
max5 |
|
) |
| |
|
static |
◆ time2str()
| static void time2str |
( |
char * |
r, |
|
|
curl_off_t |
seconds |
|
) |
| |
|
static |