#include "tool_setup.h"#include "strcase.h"#include "curlx.h"#include "tool_binmode.h"#include "tool_cfgable.h"#include "tool_cb_dbg.h"#include "tool_cb_hdr.h"#include "tool_cb_prg.h"#include "tool_cb_rea.h"#include "tool_cb_see.h"#include "tool_cb_wrt.h"#include "tool_dirhie.h"#include "tool_doswin.h"#include "tool_easysrc.h"#include "tool_getparam.h"#include "tool_helpers.h"#include "tool_homedir.h"#include "tool_libinfo.h"#include "tool_main.h"#include "tool_metalink.h"#include "tool_msgs.h"#include "tool_operate.h"#include "tool_operhlp.h"#include "tool_paramhlp.h"#include "tool_parsecfg.h"#include "tool_setopt.h"#include "tool_sleep.h"#include "tool_urlglob.h"#include "tool_util.h"#include "tool_writeout.h"#include "tool_xattr.h"#include "tool_vms.h"#include "tool_help.h"#include "tool_hugehelp.h"#include "memdebug.h"
Go to the source code of this file.
Macros | |
| #define | BUFFER_SIZE (100*1024) |
| #define | CURL_CA_CERT_ERRORMSG |
| #define | CURLseparator "--_curl_--" |
| #define | ENABLE_CURLX_PRINTF |
| #define | O_BINARY 0 |
Functions | |
| static bool | is_fatal_error (CURLcode code) |
| CURLcode | operate (struct GlobalConfig *config, int argc, argv_item_t argv[]) |
| static CURLcode | operate_do (struct GlobalConfig *global, struct OperationConfig *config) |
| #define BUFFER_SIZE (100*1024) |
Definition at line 250 of file tool_operate.c.
| #define CURL_CA_CERT_ERRORMSG |
Definition at line 95 of file tool_operate.c.
| #define CURLseparator "--_curl_--" |
Definition at line 87 of file tool_operate.c.
| #define ENABLE_CURLX_PRINTF |
Definition at line 44 of file tool_operate.c.
| #define O_BINARY 0 |
Definition at line 92 of file tool_operate.c.
Definition at line 102 of file tool_operate.c.
| CURLcode operate | ( | struct GlobalConfig * | config, |
| int | argc, | ||
| argv_item_t | argv[] | ||
| ) |
Definition at line 1996 of file tool_operate.c.
|
static |
Definition at line 252 of file tool_operate.c.