#include "tool_setup.h"
#include <sys/stat.h>
#include "curlx.h"
#include "tool_cfgable.h"
#include "tool_convert.h"
#include "tool_msgs.h"
#include "tool_operate.h"
#include "tool_panykey.h"
#include "tool_vms.h"
#include "tool_main.h"
#include "tool_libinfo.h"
#include "memdebug.h"
Go to the source code of this file.
Defines | |
#define | ENABLE_CURLX_PRINTF |
#define | memory_tracking_init() Curl_nop_stmt |
Functions | |
static void | free_config_fields (struct GlobalConfig *config) |
int | main (int argc, char *argv[]) |
static void | main_checkfds (void) |
static void | main_free (struct GlobalConfig *config) |
static CURLcode | main_init (struct GlobalConfig *config) |
#define ENABLE_CURLX_PRINTF |
Definition at line 35 of file tool_main.c.
#define memory_tracking_init | ( | ) | Curl_nop_stmt |
Definition at line 121 of file tool_main.c.
static void free_config_fields | ( | struct GlobalConfig * | config | ) | [static] |
Definition at line 184 of file tool_main.c.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 232 of file tool_main.c.
static void main_checkfds | ( | void | ) | [static] |
Definition at line 74 of file tool_main.c.
static void main_free | ( | struct GlobalConfig * | config | ) | [static] |
Definition at line 203 of file tool_main.c.
static CURLcode main_init | ( | struct GlobalConfig * | config | ) | [static] |
Definition at line 129 of file tool_main.c.