#include "tool_setup.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_cb_prg.h"
#include "tool_util.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
#define | MAX_BARLENGTH 256 |
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 ENABLE_CURLX_PRINTF |
Definition at line 24 of file tool_cb_prg.c.
#define MAX_BARLENGTH 256 |
Definition at line 38 of file tool_cb_prg.c.
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.