Searched refs:GlobalConfig (Results 1 – 18 of 18) sorted by relevance
/external/curl/src/ |
D | 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_httppost(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,
|
D | tool_getparam.h | 46 struct GlobalConfig; 50 struct GlobalConfig *global, 59 ParameterError parse_args(struct GlobalConfig *config, int argc,
|
D | tool_msgs.c | 36 static void voutf(struct GlobalConfig *config, in voutf() 81 void notef(struct GlobalConfig *config, const char *fmt, ...) in notef() 95 void warnf(struct GlobalConfig *config, const char *fmt, ...) in warnf()
|
D | tool_main.c | 129 static CURLcode main_init(struct GlobalConfig *config) in main_init() 184 static void free_config_fields(struct GlobalConfig *config) in free_config_fields() 203 static void main_free(struct GlobalConfig *config) in main_free() 235 struct GlobalConfig global; in main()
|
D | tool_msgs.h | 26 void warnf(struct GlobalConfig *config, const char *fmt, ...); 27 void notef(struct GlobalConfig *config, const char *fmt, ...);
|
D | tool_cfgable.h | 30 struct GlobalConfig; 238 struct GlobalConfig *global; 243 struct GlobalConfig { struct
|
D | tool_metalink.h | 26 struct GlobalConfig; 148 int metalink_check_hash(struct GlobalConfig *config,
|
D | tool_setopt.c | 256 CURLcode tool_setopt_enum(CURL *curl, struct GlobalConfig *config, in tool_setopt_enum() 289 CURLcode tool_setopt_flags(CURL *curl, struct GlobalConfig *config, in tool_setopt_flags() 331 CURLcode tool_setopt_bitmask(CURL *curl, struct GlobalConfig *config, in tool_setopt_bitmask() 374 CURLcode tool_setopt_httppost(CURL *curl, struct GlobalConfig *config, in tool_setopt_httppost() 450 CURLcode tool_setopt_slist(CURL *curl, struct GlobalConfig *config, in tool_setopt_slist() 490 CURLcode tool_setopt(CURL *curl, bool str, struct GlobalConfig *config, in tool_setopt()
|
D | tool_parsecfg.h | 26 int parseconfig(const char *filename, struct GlobalConfig *config);
|
D | tool_operate.h | 26 CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]);
|
D | tool_easysrc.h | 45 void dumpeasysrc(struct GlobalConfig *config);
|
D | tool_cb_wrt.c | 37 struct GlobalConfig *global = outs->config->global; in tool_create_output_file()
|
D | tool_easysrc.c | 173 void dumpeasysrc(struct GlobalConfig *config) in dumpeasysrc()
|
D | tool_parsecfg.c | 47 int parseconfig(const char *filename, struct GlobalConfig *global) in parseconfig()
|
D | tool_cb_dbg.c | 48 struct GlobalConfig *config = operation->global; in tool_debug_cb()
|
D | tool_getparam.c | 423 struct GlobalConfig *global, in getparameter() 2000 ParameterError parse_args(struct GlobalConfig *config, int argc, in parse_args()
|
D | tool_operate.c | 191 static CURLcode operate_do(struct GlobalConfig *global, in operate_do() 1891 CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) in operate()
|
D | tool_metalink.c | 653 int metalink_check_hash(struct GlobalConfig *config, in metalink_check_hash()
|