HomeSort by relevance Sort by last modified time
    Searched refs:GlobalConfig (Results 1 - 18 of 18) sorted by null

  /external/curl/src/
tool_parsecfg.h 26 int parseconfig(const char *filename, struct GlobalConfig *config);
tool_msgs.h 26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
tool_operate.h 26 CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]);
tool_getparam.h 45 struct GlobalConfig;
49 struct GlobalConfig *global,
58 ParameterError parse_args(struct GlobalConfig *config, int argc,
tool_easysrc.h 44 void dumpeasysrc(struct GlobalConfig *config);
tool_setopt.h 74 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
77 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
80 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
83 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config,
86 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
89 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config,
tool_metalink.h 26 struct GlobalConfig;
148 int metalink_check_hash(struct GlobalConfig *config,
tool_main.c 129 static CURLcode main_init(struct GlobalConfig *config)
184 static void free_config_fields(struct GlobalConfig *config)
203 static void main_free(struct GlobalConfig *config)
235 struct GlobalConfig global;
tool_cfgable.h 30 struct GlobalConfig;
33 CURL *easy; /* A copy of the handle from GlobalConfig */
215 struct GlobalConfig *global;
220 struct GlobalConfig {
tool_msgs.c 41 void warnf(struct GlobalConfig *config, const char *fmt, ...)
tool_setopt.c 235 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
268 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
310 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
353 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config,
429 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
469 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config,
tool_cb_wrt.c 37 struct GlobalConfig *global = outs->config->global;
tool_easysrc.c 170 void dumpeasysrc(struct GlobalConfig *config)
tool_cb_dbg.c 48 struct GlobalConfig *config = operation->global;
tool_parsecfg.c 47 int parseconfig(const char *filename, struct GlobalConfig *global)
tool_metalink.c 659 int metalink_check_hash(struct GlobalConfig *config,
tool_getparam.c 386 struct GlobalConfig *global,
    [all...]
tool_operate.c 190 static CURLcode operate_do(struct GlobalConfig *global,
    [all...]

Completed in 70 milliseconds