#include "tool_setup.h"
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_cb_see.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
#define | OUR_MAX_SEEK_L 2147483647L - 1L |
#define | OUR_MAX_SEEK_O CURL_OFF_T_C(0x7FFFFFFF) - CURL_OFF_T_C(0x1) |
Functions | |
int | tool_seek_cb (void *userdata, curl_off_t offset, int whence) |
#define ENABLE_CURLX_PRINTF |
Definition at line 24 of file tool_cb_see.c.
#define OUR_MAX_SEEK_L 2147483647L - 1L |
Definition at line 37 of file tool_cb_see.c.
#define OUR_MAX_SEEK_O CURL_OFF_T_C(0x7FFFFFFF) - CURL_OFF_T_C(0x1) |
Definition at line 38 of file tool_cb_see.c.
int tool_seek_cb | ( | void * | userdata, |
curl_off_t | offset, | ||
int | whence | ||
) |
Definition at line 47 of file tool_cb_see.c.