Home
last modified time | relevance | path

Searched refs:OperationConfig (Results 1 – 25 of 32) sorted by relevance

12

/curl/src/
H A Dtool_paramhlp.h29 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 Dtool_cfgable.h47 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 Dtool_helpers.h30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
33 void customrequest_helper(struct OperationConfig *config, HttpReq req,
H A Dtool_operhlp.h28 struct OperationConfig;
30 void clean_getout(struct OperationConfig *config);
H A Dtool_cb_prg.h43 struct OperationConfig;
46 struct OperationConfig *config);
H A Dtool_helpers.c83 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 Dtool_cfgable.c33 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 Dtool_operate.h35 struct OperationConfig *config; /* for this transfer */
83 void single_transfer_cleanup(struct OperationConfig *config);
H A Dtool_ipfs.h32 struct OperationConfig *config);
H A Dtool_cb_wrt.h36 struct OperationConfig *config);
H A Dtool_cb_hdr.h45 struct OperationConfig *config;
H A Dtool_cb_rea.c49 struct OperationConfig *config = per->config; in tool_read_cb()
118 struct OperationConfig *config = per->config; in tool_readbusy_cb()
H A Dtool_doswin.h62 CURLcode FindWin32CACert(struct OperationConfig *config,
H A Dtool_paramhlp.c42 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 Dtool_formparse.h65 int formparse(struct OperationConfig *config,
H A Dtool_cb_prg.c138 struct OperationConfig *config = per->config; in tool_progress_cb()
236 struct OperationConfig *config) in progressbarinit()
H A Dtool_writeout.h113 void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
H A Dtool_parsecfg.c55 struct OperationConfig *operation = global->last; in parseconfig()
205 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
H A Dtool_getparam.h355 struct OperationConfig;
364 struct OperationConfig *operation);
H A Dtool_cb_wrt.c53 struct OperationConfig *config) in tool_create_output_file()
140 struct OperationConfig *config = per->config; in tool_write_cb()
H A Dtool_formparse.c327 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 Dtool_operate.c132 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 Dtool_main.c156 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
H A Dtool_operhlp.c38 void clean_getout(struct OperationConfig *config) in clean_getout()
H A Dtool_ipfs.c138 struct OperationConfig *config) in ipfs_url_rewrite()

Completed in 35 milliseconds

12