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

  /external/curl/src/
tool_msgs.h 26 void warnf(struct GlobalConfig *config, const char *fmt, ...);
27 void notef(struct GlobalConfig *config, const char *fmt, ...);
tool_parsecfg.h 26 int parseconfig(const char *filename, struct GlobalConfig *config);
tool_operate.h 26 CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]);
tool_getparam.h 48 struct GlobalConfig;
52 struct GlobalConfig *global,
61 ParameterError parse_args(struct GlobalConfig *config, int argc,
tool_easysrc.h 45 void dumpeasysrc(struct GlobalConfig *config);
tool_msgs.c 36 static void voutf(struct GlobalConfig *config,
85 void notef(struct GlobalConfig *config, const char *fmt, ...)
99 void warnf(struct GlobalConfig *config, const char *fmt, ...)
tool_setopt.h 79 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
82 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
85 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
88 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config,
91 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
94 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 138 static CURLcode main_init(struct GlobalConfig *config)
193 static void free_config_fields(struct GlobalConfig *config)
212 static void main_free(struct GlobalConfig *config)
244 struct GlobalConfig global;
tool_cfgable.h 36 struct GlobalConfig;
39 CURL *easy; /* A copy of the handle from GlobalConfig */
252 struct GlobalConfig *global;
257 struct GlobalConfig {
tool_setopt.c 265 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config,
298 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config,
340 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config,
562 CURLcode tool_setopt_mimepost(CURL *curl, struct GlobalConfig *config,
584 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config,
606 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config,
tool_cb_wrt.c 37 struct GlobalConfig *global = outs->config->global;
tool_easysrc.c 173 void dumpeasysrc(struct GlobalConfig *config)
tool_cb_dbg.c 49 struct GlobalConfig *config = operation->global;
tool_parsecfg.c 47 int parseconfig(const char *filename, struct GlobalConfig *global)
tool_getparam.c 430 static ParameterError GetSizeParameter(struct GlobalConfig *global,
483 struct GlobalConfig *global,
    [all...]
tool_operate.c 252 static CURLcode operate_do(struct GlobalConfig *global,
    [all...]
tool_metalink.c 661 int metalink_check_hash(struct GlobalConfig *config,

Completed in 113 milliseconds