#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.
Defines |
#define | ONE_GIGABYTE (CURL_OFF_T_C(1024) * ONE_MEGABYTE) |
#define | ONE_KILOBYTE CURL_OFF_T_C(1024) |
#define | ONE_MEGABYTE (CURL_OFF_T_C(1024) * ONE_KILOBYTE) |
#define | ONE_PETABYTE (CURL_OFF_T_C(1024) * ONE_TERABYTE) |
#define | ONE_TERABYTE (CURL_OFF_T_C(1024) * ONE_GIGABYTE) |
Functions |
int | Curl_pgrsDone (struct connectdata *conn) |
long | Curl_pgrsLimitWaitTime (curl_off_t cursize, curl_off_t startsize, curl_off_t limit, struct timeval start, struct timeval now) |
void | Curl_pgrsResetTimesSizes (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) |
Define Documentation
Function Documentation
static char* max5data |
( |
curl_off_t |
bytes, |
|
|
char * |
max5 |
|
) |
| [static] |
static void time2str |
( |
char * |
r, |
|
|
curl_off_t |
seconds |
|
) |
| [static] |