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
302 struct OperationConfig *prev; argument
303 struct OperationConfig *next; /* Always last in the struct */ argument
342 struct OperationConfig *first;
343 struct OperationConfig *current;
344 struct OperationConfig *last; /* Always last in the struct */
347 void config_init(struct OperationConfig *config);
348 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.c85 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
109 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()
193 void config_free(struct OperationConfig *config) in config_free()
195 struct OperationConfig *last = config; in config_free()
199 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.h64 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.h354 struct OperationConfig;
363 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_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()
H A Dtool_setopt.h101 struct OperationConfig *config,

Completed in 39 milliseconds

12