Go to the source code of this file.
Classes | |
struct | myprogress |
Defines | |
#define | MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL 3 |
#define | STOP_DOWNLOAD_AFTER_THIS_MANY_BYTES 6000 |
Functions | |
int | main (void) |
static int | older_progress (void *p, double dltotal, double dlnow, double ultotal, double ulnow) |
static int | xferinfo (void *p, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow) |
#define MINIMAL_PROGRESS_FUNCTIONALITY_INTERVAL 3 |
Definition at line 31 of file progressfunc.c.
#define STOP_DOWNLOAD_AFTER_THIS_MANY_BYTES 6000 |
Definition at line 30 of file progressfunc.c.
int main | ( | void | ) |
Definition at line 80 of file progressfunc.c.
static int older_progress | ( | void * | p, |
double | dltotal, | ||
double | dlnow, | ||
double | ultotal, | ||
double | ulnow | ||
) | [static] |
Definition at line 68 of file progressfunc.c.
static int xferinfo | ( | void * | p, |
curl_off_t | dltotal, | ||
curl_off_t | dlnow, | ||
curl_off_t | ultotal, | ||
curl_off_t | ulnow | ||
) | [static] |
Definition at line 39 of file progressfunc.c.