/curl/src/ |
H A D | tool_paramhlp.h | 29 struct getout *new_getout(struct OperationConfig *config); 47 ParameterError proto2num(struct OperationConfig *config, 55 CURLcode get_args(struct OperationConfig *config, const size_t i); 59 int ftpfilemethod(struct OperationConfig *config, const char *str); 61 int ftpcccmethod(struct OperationConfig *config, const char *str); 63 long delegation(struct OperationConfig *config, const char *str);
|
H A D | tool_cfgable.h | 47 struct OperationConfig { struct 303 struct OperationConfig *prev; argument 304 struct OperationConfig *next; /* Always last in the struct */ argument 341 struct OperationConfig *first; 342 struct OperationConfig *current; 343 struct OperationConfig *last; /* Always last in the struct */ 346 void config_init(struct OperationConfig *config); 347 void config_free(struct OperationConfig *config);
|
H A D | tool_helpers.h | 30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, 33 void customrequest_helper(struct OperationConfig *config, HttpReq req,
|
H A D | tool_operhlp.h | 28 struct OperationConfig; 30 void clean_getout(struct OperationConfig *config);
|
H A D | tool_cb_prg.h | 43 struct OperationConfig; 46 struct OperationConfig *config);
|
H A D | tool_helpers.c | 83 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() 107 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
|
H A D | tool_cfgable.c | 33 void config_init(struct OperationConfig *config) in config_init() 35 memset(config, 0, sizeof(struct OperationConfig)); in config_init() 51 static void free_config_fields(struct OperationConfig *config) in free_config_fields() 186 void config_free(struct OperationConfig *config) in config_free() 188 struct OperationConfig *last = config; in config_free() 192 struct OperationConfig *prev = last->prev; in config_free()
|
H A D | tool_operate.h | 35 struct OperationConfig *config; /* for this transfer */ 83 void single_transfer_cleanup(struct OperationConfig *config);
|
H A D | tool_ipfs.h | 32 struct OperationConfig *config);
|
H A D | tool_cb_wrt.h | 36 struct OperationConfig *config);
|
H A D | tool_cb_hdr.h | 45 struct OperationConfig *config;
|
H A D | tool_cb_rea.c | 49 struct OperationConfig *config = per->config; in tool_read_cb() 118 struct OperationConfig *config = per->config; in tool_readbusy_cb()
|
H A D | tool_doswin.h | 62 CURLcode FindWin32CACert(struct OperationConfig *config,
|
H A D | tool_paramhlp.c | 42 struct getout *new_getout(struct OperationConfig *config) in new_getout() 363 ParameterError proto2num(struct OperationConfig *config, in proto2num() 595 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod() 610 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod() 623 long delegation(struct OperationConfig *config, const char *str) in delegation() 668 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
|
H A D | tool_formparse.h | 65 int formparse(struct OperationConfig *config,
|
H A D | tool_cb_prg.c | 138 struct OperationConfig *config = per->config; in tool_progress_cb() 236 struct OperationConfig *config) in progressbarinit()
|
H A D | tool_writeout.h | 113 void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
|
H A D | tool_parsecfg.c | 55 struct OperationConfig *operation = global->last; in parseconfig() 205 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
|
H A D | tool_getparam.h | 355 struct OperationConfig; 364 struct OperationConfig *operation);
|
H A D | tool_cb_wrt.c | 53 struct OperationConfig *config) in tool_create_output_file() 140 struct OperationConfig *config = per->config; in tool_write_cb()
|
H A D | tool_formparse.c | 327 static char *get_param_word(struct OperationConfig *config, char **str, in get_param_word() 399 static int read_field_headers(struct OperationConfig *config, in read_field_headers() 460 static int get_param_part(struct OperationConfig *config, char endchar, in get_param_part() 715 int formparse(struct OperationConfig *config, in formparse()
|
H A D | tool_operate.c | 132 struct OperationConfig *config, 188 struct OperationConfig *config = (struct OperationConfig *)clientp; in sockopt_callback() 436 void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup() 460 struct OperationConfig *config = per->config; in post_per_transfer() 782 struct OperationConfig *config, in url_proto_and_rewrite() 840 static CURLcode set_cert_types(struct OperationConfig *config) in set_cert_types() 881 struct OperationConfig *config, in config2setopts() 1768 struct OperationConfig *config, in append2query() 1804 struct OperationConfig *config, in single_transfer() 2990 static CURLcode cacertpaths(struct OperationConfig *config) in cacertpaths() [all …]
|
H A D | tool_main.c | 156 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
|
H A D | tool_operhlp.c | 38 void clean_getout(struct OperationConfig *config) in clean_getout()
|
H A D | tool_ipfs.c | 138 struct OperationConfig *config) in ipfs_url_rewrite()
|