Home
last modified time | relevance | path

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

12

/third_party/curl/src/
Dtool_paramhlp.h29 struct getout *new_getout(struct OperationConfig *config);
41 ParameterError proto2num(struct OperationConfig *config,
49 CURLcode get_args(struct OperationConfig *config, const size_t i);
53 int ftpfilemethod(struct OperationConfig *config, const char *str);
55 int ftpcccmethod(struct OperationConfig *config, const char *str);
57 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.c32 void config_init(struct OperationConfig *config) in config_init()
34 memset(config, 0, sizeof(struct OperationConfig)); in config_init()
50 static void free_config_fields(struct OperationConfig *config) in free_config_fields()
180 void config_free(struct OperationConfig *config) in config_free()
182 struct OperationConfig *last = config; in config_free()
186 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_getparam.h56 struct OperationConfig;
62 struct OperationConfig *operation);
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_operate.h35 struct OperationConfig *config; /* for this transfer */
82 void single_transfer_cleanup(struct OperationConfig *config);
Dtool_helpers.c86 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest()
110 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper()
Dtool_cb_rea.c50 struct OperationConfig *config = per->config; in tool_read_cb()
119 struct OperationConfig *config = per->config; in tool_readbusy_cb()
Dtool_cb_wrt.h36 struct OperationConfig *config);
Dtool_cb_hdr.h45 struct OperationConfig *config;
Dtool_cb_prg.h44 struct OperationConfig *config);
Dtool_parsecfg.c87 struct OperationConfig *operation = global->last; in parseconfig()
236 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
Dtool_cb_prg.c132 struct OperationConfig *config = per->config; in tool_progress_cb()
221 struct OperationConfig *config) in progressbarinit()
Dtool_doswin.h62 CURLcode FindWin32CACert(struct OperationConfig *config,
Dtool_formparse.h65 int formparse(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_writeout.h110 void ourWriteOut(struct OperationConfig *config, struct per_transfer *per,
Dtool_cb_wrt.c55 struct OperationConfig *config) in tool_create_output_file()
159 struct OperationConfig *config = per->config; in tool_write_cb()
Dtool_operate.c107 struct OperationConfig *config,
332 struct OperationConfig *config = per->config; /* for the macro below */ in pre_transfer()
364 void single_transfer_cleanup(struct OperationConfig *config) in single_transfer_cleanup()
395 struct OperationConfig *config = per->config; in post_per_transfer()
783 struct OperationConfig *config) in ipfs_url_rewrite()
895 struct OperationConfig *config, in url_proto()
937 struct OperationConfig *config, in single_transfer()
2738 struct OperationConfig *config, in transfer_per_config()
2966 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_setopt.h97 struct OperationConfig *config,
Dtool_cb_dbg.c96 struct OperationConfig *operation = userdata; in tool_debug_cb()

12