#include "tool_setup.h"
Go to the source code of this file.
Classes | |
struct | ProgressData |
Defines | |
#define | CURL_PROGRESS_BAR 1 |
#define | CURL_PROGRESS_STATS 0 /* default progress display */ |
Functions | |
void | progressbarinit (struct ProgressData *bar, struct OperationConfig *config) |
int | tool_progress_cb (void *clientp, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow) |
#define CURL_PROGRESS_BAR 1 |
Definition at line 27 of file tool_cb_prg.h.
#define CURL_PROGRESS_STATS 0 /* default progress display */ |
Definition at line 26 of file tool_cb_prg.h.
void progressbarinit | ( | struct ProgressData * | bar, |
struct OperationConfig * | config | ||
) |
Definition at line 103 of file tool_cb_prg.c.
int tool_progress_cb | ( | void * | clientp, |
curl_off_t | dltotal, | ||
curl_off_t | dlnow, | ||
curl_off_t | ultotal, | ||
curl_off_t | ulnow | ||
) |
Definition at line 40 of file tool_cb_prg.c.