Home
last modified time | relevance | path

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

12

/third_party/curl/src/
Dtool_paramhlp.h29 struct getout *new_getout(struct OperationConfig *config);
43 ParameterError proto2num(struct OperationConfig *config,
51 CURLcode get_args(struct OperationConfig *config, const size_t i);
55 int ftpfilemethod(struct OperationConfig *config, const char *str);
57 int ftpcccmethod(struct OperationConfig *config, const char *str);
59 long delegation(struct OperationConfig *config, const char *str);
Dtool_cfgable.h47 struct OperationConfig { struct
296 struct OperationConfig *prev; argument
297 struct OperationConfig *next; /* Always last in the struct */ argument
328 struct OperationConfig *first;
329 struct OperationConfig *current;
330 struct OperationConfig *last; /* Always last in the struct */
333 void config_init(struct OperationConfig *config);
334 void config_free(struct OperationConfig *config);
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()
181 void config_free(struct OperationConfig *config) in config_free()
183 struct OperationConfig *last = config; in config_free()
187 struct OperationConfig *prev = last->prev; in config_free()
Dtool_helpers.h30 int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
33 void customrequest_helper(struct OperationConfig *config, HttpReq req,
Dtool_operhlp.h28 struct OperationConfig;
30 void clean_getout(struct OperationConfig *config);
Dtool_paramhlp.c44 struct getout *new_getout(struct OperationConfig *config) in new_getout()
328 ParameterError proto2num(struct OperationConfig *config, in proto2num()
560 int ftpfilemethod(struct OperationConfig *config, const char *str) in ftpfilemethod()
575 int ftpcccmethod(struct OperationConfig *config, const char *str) in ftpcccmethod()
588 long delegation(struct OperationConfig *config, const char *str) in delegation()
633 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args()
Dtool_getparam.h57 struct OperationConfig;
63 struct OperationConfig *operation);
Dtool_helpers.c88 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
112 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
Dtool_operate.h35 struct OperationConfig *config; /* for this transfer */
82 void single_transfer_cleanup(struct OperationConfig *config);
Dtool_cb_rea.c50 struct OperationConfig *config = per->config; in tool_read_cb()
119 struct OperationConfig *config = per->config; in tool_readbusy_cb()
Dtool_ipfs.h31 struct OperationConfig *config);
Dtool_cb_prg.c137 struct OperationConfig *config = per->config; in tool_progress_cb()
233 struct OperationConfig *config) in progressbarinit()
Dtool_parsecfg.c87 struct OperationConfig *operation = global->last; in parseconfig()
237 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_cb_wrt.h36 struct OperationConfig *config);
Dtool_cb_hdr.h45 struct OperationConfig *config;
Dtool_cb_prg.h44 struct OperationConfig *config);
Dtool_doswin.h62 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_formparse.c329 static char *get_param_word(struct OperationConfig *config, char **str, in get_param_word()
401 static int read_field_headers(struct OperationConfig *config, in read_field_headers()
462 static int get_param_part(struct OperationConfig *config, char endchar, in get_param_part()
717 int formparse(struct OperationConfig *config, in formparse()
Dtool_formparse.h65 int formparse(struct OperationConfig *config,
Dtool_writeout.h110 void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
Dtool_cb_wrt.c55 struct OperationConfig *config) in tool_create_output_file()
145 struct OperationConfig *config = per->config; in tool_write_cb()
Dtool_operate.c108 struct OperationConfig *config,
333 struct OperationConfig *config = per->config; /* for the macro below */ in pre_transfer()
349 void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup()
379 struct OperationConfig *config = per->config; in post_per_transfer()
695 struct OperationConfig *config, in url_proto()
737 struct OperationConfig *config, in single_transfer()
2535 struct OperationConfig *config, in transfer_per_config()
2763 struct OperationConfig *operation = global->first; in operate()
Dtool_main.c158 config->first = config->last = malloc(sizeof(struct OperationConfig)); in main_init()
Dtool_operhlp.c39 void clean_getout(struct OperationConfig *config) in clean_getout()
Dtool_ipfs.c141 struct OperationConfig *config) in ipfs_url_rewrite()

12